升级到最新的镜像导致500
Apocalypsor opened this issue · 0 comments
Apocalypsor commented
进入到数据库中,并输入
use dujiaoka;
alter table goods add `gd_description` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '商品描述';
alter table goods add `gd_keywords` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '商品关键字';
alter table carmis add `is_loop` tinyint(1) NOT NULL DEFAULT '0' COMMENT '循环卡密 1是 0否';
第一行的dujiaoka
改成你自己的数据库名