[ 'type' => 'TINYINT', 'constraint' => 1, 'null' => false, 'after' => 'is_percent_amt', ], ]; $this->forge->addColumn('emp_pay_inded', $fields); } public function down() { $fields = [ 'worked_days_based', ]; $this->forge->dropColumn('emp_pay_inded', $fields); } }