liche update for admin auto and goods edit

This commit is contained in:
xxb
2021-08-20 20:25:48 +08:00
committed by xiaoyu
parent a5fc02b073
commit 5a759d2919
18 changed files with 944 additions and 30 deletions
+1
View File
@@ -35,4 +35,5 @@ create table lc_items (
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='商品表';
alter table lc_items drop column frame_num;
alter table lc_items modify if_pack varchar(256) not null default '' comment '精品加装';
alter table lc_items add column addr_id int unsigned not null default 0 comment '存放地址ID' after address;