From 1a4bd68184b4c5939775edcb18b17927ac63c454 Mon Sep 17 00:00:00 2001 From: Hankin Date: Tue, 17 Dec 2024 11:29:27 +0800 Subject: [PATCH] add carousel --- 1734401334_create_table_carousel.up.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1734401334_create_table_carousel.up.sql b/1734401334_create_table_carousel.up.sql index 38f9bff..5b3255a 100644 --- a/1734401334_create_table_carousel.up.sql +++ b/1734401334_create_table_carousel.up.sql @@ -8,8 +8,8 @@ CREATE TABLE `ufutx_carousel` ( `shop_id` bigint(20) default NULL comment "商品id", `status` tinyInt(4) UNSIGNED default 0 comment "状态 0:关闭, 1:开启", `is_limit` tinyInt(4) UNSIGNED default 0 comment "是否限时 0:永久 1:限时", - `start_time` timestamp default null comment "开始时间", - `end_time` timestamp default null comment "结束时间", + `start_time` timestamp null default null comment "开始时间", + `end_time` timestamp null default null comment "结束时间", `created_at` timestamp null default null, `updated_at` timestamp null default null, `deleted_at` timestamp null default null