addColumn('tax_group', 'level', $this->integer()); } /** * @inheritdoc */ public function down() { $this->dropColumn('tax_group', 'level'); } }