addColumn('tax_group', 'display', $this->boolean()->defaultValue(TRUE)); } public function down() { $this->dropColumn('tax_group', 'display'); } }