提交sql

This commit is contained in:
sgjj 2020-09-14 14:13:23 +08:00
parent 3820771a86
commit e27ade5dfa
2 changed files with 623 additions and 617 deletions

View File

@ -28,8 +28,6 @@ ADD COLUMN `manager_admin` varchar(255) CHARACTER SET utf8 COLLATE utf8_general
ALTER TABLE `cms_category`
ADD COLUMN `category_pinyin` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `create_by`;
UPDATE `manager` SET `manager_admin`='super' WHERE (`manager_id`=57);
ALTER TABLE `model` DROP FOREIGN KEY `model_ibfk_2`;
ALTER TABLE `model` DROP FOREIGN KEY `model_ibfk_3`;

File diff suppressed because one or more lines are too long