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