asgin signer add order id

This commit is contained in:
Hankin 2025-01-08 12:07:34 +08:00
parent 7a346f0de4
commit 0e6819fe3a

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_asign_signer`
ADD COLUMN `order_id` bigint(20) NOT NULL comment "订单id" after `user_id`