订单增加发货日, 供应商增加账期
This commit is contained in:
parent
6c292a4ed9
commit
a9e7c1a64d
1
1732524751_change_ufutx_s2_shop_order.up.sql
Normal file
1
1732524751_change_ufutx_s2_shop_order.up.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE `ufutx_s2_shop_order` ADD `send_at` TIMESTAMP NULL DEFAULT NULL COMMENT '发货日' AFTER `from_source`;
|
1
1732524927_change_ufutx_s2_supplier.up.sql
Normal file
1
1732524927_change_ufutx_s2_supplier.up.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE `ufutx_s2_supplier` ADD `net_days` INT UNSIGNED NOT NULL DEFAULT '30' COMMENT '账期' AFTER `name`;
|
Loading…
Reference in New Issue
Block a user