From 82093f28898d8789f63e0e228f4400e13bd96f9c Mon Sep 17 00:00:00 2001 From: purple Date: Sat, 16 Sep 2023 11:40:54 +0200 Subject: [PATCH] Add comment to database migration --- .../migrations/2023_04_08_160505_create_blueprint_table.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/database/migrations/2023_04_08_160505_create_blueprint_table.php b/database/migrations/2023_04_08_160505_create_blueprint_table.php index 060f70c..1804c78 100644 --- a/database/migrations/2023_04_08_160505_create_blueprint_table.php +++ b/database/migrations/2023_04_08_160505_create_blueprint_table.php @@ -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();