order suspend_remark

This commit is contained in:
Hankin 2025-03-12 15:16:56 +08:00
parent 40334e55a8
commit 7d9773b03a

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_orders`
ADD COLUMN `suspend_remark` text default null comment "暂停备注" after `status`