migrate/1731569769_change_ufutx_s2_shop_order.up.sql
2024-11-14 15:36:27 +08:00

1 line
373 B
SQL

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`;