[ "type" => "VARCHAR", "constraint" => 255, "null" => true ], ]; public function up() { $this->forge->addColumn('lg_maquinas', $this->COLUMNS); } public function down() { $this->forge->dropColumn('lg_maquinas', array_keys($this->COLUMNS)); } }