From 3c0db969855b724376dab7f420837794e639d206 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 13 Jun 2025 09:38:46 +0800 Subject: [PATCH] contract info add time --- ...77689_table_commission_contract_info_add_start_time.up.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1749777689_table_commission_contract_info_add_start_time.up.sql b/1749777689_table_commission_contract_info_add_start_time.up.sql index bb92ca5..77a6d6d 100644 --- a/1749777689_table_commission_contract_info_add_start_time.up.sql +++ b/1749777689_table_commission_contract_info_add_start_time.up.sql @@ -1,3 +1,3 @@ ALTER TABLE `ufutx_commission_contract_info` -ADD COLUMN `end_time` timestamp NULL DEFAULT NULL comment "开始时间" after `payment_id`, -ADD COLUMN `start_time` timestamp NULL DEFAULT NULL comment "开始时间" after `payment_id` +ADD COLUMN `end_time` date NULL DEFAULT NULL comment "开始时间" after `payment_id`, +ADD COLUMN `start_time` date NULL DEFAULT NULL comment "开始时间" after `payment_id`