diff --git a/1739338747_change_ufutx_s2_shop_order.up.sql b/1739338747_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..a0ddca0 --- /dev/null +++ b/1739338747_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `invoice_id` BIGINT UNSIGNED NOT NULL DEFAULT '0' COMMENT '开票申请id' AFTER `invoice_pics`; \ No newline at end of file