Skip to content

Commit 4fd8baf

Browse files
committed
merged
1 parent bddfa06 commit 4fd8baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/db.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ CREATE TABLE `goods` (
471471
`days` int(11) NOT NULL DEFAULT '30' COMMENT '有效期',
472472
`color` VARCHAR(50) NOT NULL DEFAULT 'green' COMMENT '商品颜色',
473473
`sort` int(11) NOT NULL DEFAULT '0' COMMENT '排序',
474+
`is_limit` TINYINT(4) NOT NULL DEFAULT '0' COMMENT '是否限购:0-否、1-是',
474475
`is_hot` TINYINT(4) NOT NULL DEFAULT '0' COMMENT '是否热销:0-否、1-是',
475476
`is_del` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否已删除:0-否、1-是',
476477
`status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '状态:0-下架、1-上架',

0 commit comments

Comments
 (0)