liche update for item rm column frame_num

This commit is contained in:
xxb
2021-08-06 15:25:46 +08:00
committed by lccsw
parent 881f31d2ef
commit f49f0eb8b9
4 changed files with 2 additions and 8 deletions
+1
View File
@@ -33,4 +33,5 @@ create table lc_items (
u_time timestamp not null default current_timestamp on update current_timestamp comment '更新时间',
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;