addColumn('{{%comment_project}}', 'state', $this->integer()->notNull()->defaultValue(1)); } public function down() { $this->dropColumn('{{%comment_project}}', 'state'); } }