dropColumn('page','created_at'); $this->dropColumn('page','updated_at'); $this->addColumn('page','created_at',$this->integer()); $this->addColumn('page','updated_at',$this->integer()); } public function down() { } }