liche update for item rm column frame_num
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user