From 29540d161e71a223a7bae290845906a1056ee949 Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 25 Mar 2026 16:03:48 +0800 Subject: [PATCH 1/2] behavior add genre --- 1774425656_table_dma_service_behavior_add_genre.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1774425656_table_dma_service_behavior_add_genre.up.sql diff --git a/1774425656_table_dma_service_behavior_add_genre.up.sql b/1774425656_table_dma_service_behavior_add_genre.up.sql new file mode 100644 index 0000000..739505b --- /dev/null +++ b/1774425656_table_dma_service_behavior_add_genre.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_dma_service_behavior` +ADD COLUMN `genre` INTEGER DEFAULT NULL comment "行为类型" after `status` \ No newline at end of file From d8115cc45dc587139f0328fc555fb79d19c65dba Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 25 Mar 2026 17:41:02 +0800 Subject: [PATCH 2/2] order_appeal add other --- 1774431315_table_order_appeal_add_other.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1774431315_table_order_appeal_add_other.up.sql diff --git a/1774431315_table_order_appeal_add_other.up.sql b/1774431315_table_order_appeal_add_other.up.sql new file mode 100644 index 0000000..7e53785 --- /dev/null +++ b/1774431315_table_order_appeal_add_other.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_order_appeal` +ADD COLUMN `other` JSON DEFAULT NULL comment "其他信息" after `remark` \ No newline at end of file