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