exec(" ALTER TABLE personal_notifications ADD `dialog` TINYINT NOT NULL DEFAULT '0' AFTER `avatar` "); } public function down() { DBManager::get()->exec(" ALTER TABLE personal_notifications DROP `dialog` "); } }