Commit 8445a069 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавили новое поле в миграцию

parent 01f73ac3
......@@ -10,6 +10,7 @@ class m160426_105524_add_blog_schedule extends Migration
'blog_schedule',
[
'id' => $this->primaryKey(),
'sent' => $this->integer(1)->defaultValue(0),
'email' => $this->string(255)->notNull(),
'post_id' => $this->integer(11)->notNull(),
'date' => $this->date()->notNull()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment