fixes
This commit is contained in:
@ -15,8 +15,8 @@ class m190715_124941_create_table_holiday extends Migration
|
||||
$this->createTable('holiday',[
|
||||
'id' => $this->primaryKey(),
|
||||
'card_id' => $this->integer(11)->notNull(),
|
||||
'dt_start' => $this->integer(15)->notNull(),
|
||||
'dt_end' => $this->integer(15)->notNull(),
|
||||
'dt_start' => $this->integer(11)->notNull(),
|
||||
'dt_end' => $this->integer(11)->notNull(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user