This commit is contained in:
xiaoyu
2021-07-22 18:55:15 +08:00
parent 83e259d0ba
commit c63370bb40
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -32,5 +32,5 @@ create table lc_items (
c_time int(10) not null default '0' comment '创建时间',
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='商品表'
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='商品表';