change_ufutx_s2_shop_order

This commit is contained in:
tian 2025-02-12 13:39:37 +08:00
parent 4ba65a513e
commit 31ca3302c8

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order` ADD `invoice_id` BIGINT UNSIGNED NOT NULL DEFAULT '0' COMMENT '开票申请id' AFTER `invoice_pics`;