default value
Set a default value of the record in the Migration class.
$table->boolean('allowed')->default(0);
copy
Set a default value of the record in the Migration class.
$table->boolean('allowed')->default(0);
copy