diff --git a/1732524751_change_ufutx_s2_shop_order.up.sql b/1732524751_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..0ee66cf --- /dev/null +++ b/1732524751_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `send_at` TIMESTAMP NULL DEFAULT NULL COMMENT '发货日' AFTER `from_source`; \ No newline at end of file diff --git a/1732524927_change_ufutx_s2_supplier.up.sql b/1732524927_change_ufutx_s2_supplier.up.sql new file mode 100644 index 0000000..ccde049 --- /dev/null +++ b/1732524927_change_ufutx_s2_supplier.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_supplier` ADD `net_days` INT UNSIGNED NOT NULL DEFAULT '30' COMMENT '账期' AFTER `name`; \ No newline at end of file