From 67dcc2de87b8730544a4f3c30fd27b04576b16b2 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 22 Aug 2025 16:58:50 +0800 Subject: [PATCH] add method info --- 1755852741_table_commision_contract_add_method.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1755852741_table_commision_contract_add_method.up.sql diff --git a/1755852741_table_commision_contract_add_method.up.sql b/1755852741_table_commision_contract_add_method.up.sql new file mode 100644 index 0000000..e311db1 --- /dev/null +++ b/1755852741_table_commision_contract_add_method.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_commission_contract_info` +ADD COLUMN `method` integer default 1 comment "创建方式, 1:自建,2:接收" after `type` \ No newline at end of file