addColumn('project', 'status', $this->integer(11)->defaultValue(null)); } /** * {@inheritdoc} */ public function safeDown() { $this->dropColumn('project', 'status'); } }