add carousel
This commit is contained in:
parent
2c833dfbe9
commit
1a4bd68184
@ -8,8 +8,8 @@ CREATE TABLE `ufutx_carousel` (
|
|||||||
`shop_id` bigint(20) default NULL comment "商品id",
|
`shop_id` bigint(20) default NULL comment "商品id",
|
||||||
`status` tinyInt(4) UNSIGNED default 0 comment "状态 0:关闭, 1:开启",
|
`status` tinyInt(4) UNSIGNED default 0 comment "状态 0:关闭, 1:开启",
|
||||||
`is_limit` tinyInt(4) UNSIGNED default 0 comment "是否限时 0:永久 1:限时",
|
`is_limit` tinyInt(4) UNSIGNED default 0 comment "是否限时 0:永久 1:限时",
|
||||||
`start_time` timestamp default null comment "开始时间",
|
`start_time` timestamp null default null comment "开始时间",
|
||||||
`end_time` timestamp default null comment "结束时间",
|
`end_time` timestamp null default null comment "结束时间",
|
||||||
`created_at` timestamp null default null,
|
`created_at` timestamp null default null,
|
||||||
`updated_at` timestamp null default null,
|
`updated_at` timestamp null default null,
|
||||||
`deleted_at` timestamp null default null
|
`deleted_at` timestamp null default null
|
||||||
|
Loading…
Reference in New Issue
Block a user