Add comment to database migration

This commit is contained in:
purple 2023-09-16 11:40:54 +02:00
parent 8b15d1577b
commit 82093f2889

View file

@ -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();