This commit is contained in:
xiaoyu
2021-07-22 18:55:15 +08:00
parent b290c687f5
commit 235f8a0c6e
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ create table lc_subjects(
title varchar(32) not null default '' comment '标题',
cover text comment '封面(多图用逗号隔开,包含图片信息)',
imgs text comment '图片信息(多图用逗号隔开,包含图片信息)',
content text not null comment '内容',
content text comment '内容',
cate_id int(10) unsigned not null default '0' comment '图片信息',
biz_id int(10) unsigned not null default '0' comment '商家id',
address varchar(255) not null default '' comment '定位地址',