Skip to content

Commit

Permalink
Default value on locked settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisolomon authored Sep 15, 2023
1 parent 48d5046 commit adc329d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function up()

$table->string('group')->index();
$table->string('name');
$table->boolean('locked');
$table->boolean('locked')->default(false);
$table->json('payload');

$table->timestamps();
Expand Down

0 comments on commit adc329d

Please sign in to comment.