[ "type" => "TINYINT", "default" => 0, ], "forzar_rotativa_pod" => [ "type" => "TINYINT", "default" => 0, ], ]; public function up() { $this->forge->addColumn('clientes', $this->COLUMNS); } public function down() { // $this->forge->dropColumn('clientes', array_keys($this->COLUMNS)); } }