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