From d8115cc45dc587139f0328fc555fb79d19c65dba Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 25 Mar 2026 17:41:02 +0800 Subject: [PATCH] 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