exec($query); } public function down() { $query = "ALTER TABLE `datafields` DROP COLUMN `institut_id`"; DBManager::get()->exec($query); } }