Default to 2
This commit is contained in:
@@ -23,7 +23,7 @@ class AlterTableComponentGroupsMakeColumnInteger extends Migration
|
|||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('component_groups', function (Blueprint $table) {
|
Schema::table('component_groups', function (Blueprint $table) {
|
||||||
$table->integer('collapsed')->unsigned()->change();
|
$table->integer('collapsed')->unsigned()->default(2)->change();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user