addColumn('slider', 'main_page', $this->boolean()->defaultValue(false)); } public function down() { $this->dropColumn('slider', 'main_page'); } }