Add comment to database migration
This commit is contained in:
parent
8b15d1577b
commit
82093f2889
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ class CreateBlueprintTable extends Migration
|
|||
Placeholder may come useful when developing
|
||||
new features, that's why it's currently included
|
||||
in the migrations.
|
||||
|
||||
This value will normally contain next to nothing,
|
||||
but is always useful to include for experimenting.
|
||||
*/
|
||||
$table->string('placeholder')->nullable();
|
||||
|
||||
|
|
Loading…
Reference in a new issue