Skip to content

Commit 596f9cd

Browse files
committed
update database migrations.
1 parent 0a9187b commit 596f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2018_12_25_081029_create_configurations_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function up()
1717
$table->increments('id');
1818
$table->string('scope');
1919
$table->string('key');
20-
$table->string('value');
20+
$table->string('value')->nullable();
2121
});
2222
}
2323

0 commit comments

Comments
 (0)