dropColumn('team', 'experience_from'); $this->addColumn('team', 'experience_from', $this->integer()); } public function down() { $this->dropColumn('team', 'experience_from'); $this->addColumn('team', 'experience_from', $this->timestamp()); } }