From 4aa973e1f29f630ddd93ab7a7f7f09ebf5e53d11 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 14 Nov 2024 15:36:27 +0800 Subject: [PATCH] change_ufutx_s2_shop_order --- 1731569769_change_ufutx_s2_shop_order.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1731569769_change_ufutx_s2_shop_order.up.sql diff --git a/1731569769_change_ufutx_s2_shop_order.up.sql b/1731569769_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..5db0bdb --- /dev/null +++ b/1731569769_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `supplier_agreement_price` BIGINT UNSIGNED NOT NULL DEFAULT '0' COMMENT '供应商协议价' AFTER `freight`, ADD `supplier_id` BIGINT UNSIGNED NOT NULL DEFAULT '0' COMMENT '供应商id' AFTER `supplier_agreement_price`, ADD `supplier_settlement_id` BIGINT UNSIGNED NOT NULL DEFAULT '0' COMMENT '供应商结算id' AFTER `supplier_id`; \ No newline at end of file