goods update for admin

This commit is contained in:
xxb
2021-08-19 11:37:52 +08:00
committed by lccsw
parent f018ba456a
commit 400605ed26
6 changed files with 13 additions and 25 deletions
+1
View File
@@ -34,4 +34,5 @@ create table lc_items (
primary key (id)
) 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 '精品加装';