liche update for admin goods better

This commit is contained in:
xxb
2021-08-27 20:39:02 +08:00
committed by xiaoyu
parent c9e9caab77
commit 3ca1a14362
7 changed files with 443 additions and 53 deletions
+1 -1
View File
@@ -34,8 +34,8 @@ 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 '精品加装';
alter table lc_items add column addr_id int unsigned not null default 0 comment '存放地址ID' after address;
alter table lc_items add column in_time timestamp not null default '0000-00-00 00:00:00' comment '入库时间' after out_time;
-- ----------------------------
-- Title:商品关联