migrate/1762755863_change_ufutx_s2_shop_order.up.sql

1 line
190 B
MySQL
Raw Normal View History

2025-11-10 14:26:24 +08:00
ALTER TABLE `ufutx_s2_shop_order` CHANGE `supplier_settlement_enable` `supplier_settlement_enable` TINYINT NOT NULL DEFAULT '1' COMMENT '是否可结算,1=不可,2=可以,3=结算流程中';