[ 'type' => 'VARCHAR', 'constraint' => 25, 'null' => true, 'after' => 'company_issued_id', ], ]; $this->forge->addColumn('employee', $fields); } public function down() { $this->forge->dropColumn('employee', 'dtr_emp_id'); } }