Fix install issue related to missing DB column
This commit is contained in:
parent
f24e80a929
commit
4bd852c90f
|
|
@ -47,6 +47,7 @@ class CreateUsersTable extends Migration
|
|||
Schema::create('datetime_formats', function ($t) {
|
||||
$t->increments('id');
|
||||
$t->string('format');
|
||||
$t->string('picker_format');
|
||||
$t->string('label');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue