migrate/1739338747_change_ufutx_s2_shop_order.up.sql
2025-02-12 13:39:37 +08:00

1 line
134 B
SQL

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