addColumn('language', 'status', $this->boolean() ->notNull() ->defaultValue(false)); } public function down() { $this->dropColumn('language', 'status'); } }