add method info

This commit is contained in:
Hankin 2025-08-22 16:58:50 +08:00
parent 2a909a6982
commit 67dcc2de87

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_commission_contract_info`
ADD COLUMN `method` integer default 1 comment "创建方式, 1:自建,2:接收" after `type`