addColumn('page', 'in_top_menu', $this->boolean()->defaultValue(false)); $this->addColumn('page', 'sort_order', $this->integer()->defaultValue(1)); } public function down() { $this->dropColumn('page', 'in_top_menu'); $this->dropColumn('page', 'sort_order'); } }