exec($query); } protected function down() { $query = "ALTER TABLE `consultation_blocks` DROP COLUMN `lock_time`"; DBManager::get()->exec($query); } }