[ "type" => "ENUM", "constraint" => ["P","I","D","F","E"], "default" => "P", "comment" => "(P)ENDING,(I)NIT,(D)ELAY,(F)INISHED,(E)RROR" ] ]; public function up() { $this->forge->addColumn("orden_trabajo_tareas", $this->COLUMNS); } public function down() { $this->forge->dropColumn("orden_trabajo_tareas",array_keys($this->COLUMNS)); } }