From ad7cff23d550c48893f494b469fbb8a8b1ef1154 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Fri, 18 Oct 2024 16:18:11 +0800 Subject: [PATCH] =?UTF-8?q?dma=E9=97=AE=E5=8D=B7=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=AE=A2=E5=8D=95Id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1729239441_change_table_dma_question.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1729239441_change_table_dma_question.up.sql diff --git a/1729239441_change_table_dma_question.up.sql b/1729239441_change_table_dma_question.up.sql new file mode 100644 index 0000000..7fa4b59 --- /dev/null +++ b/1729239441_change_table_dma_question.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_dma_question` +ADD COLUMN `order_id` int(11) NULL COMMENT '订单id' AFTER `user_id`; \ No newline at end of file