sql
This commit is contained in:
+1
-1
@@ -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 '定位地址',
|
||||
|
||||
Reference in New Issue
Block a user