diff --git a/1751869991_change_ufutx_s2_shop_order_invoice.up.sql b/1751869991_change_ufutx_s2_shop_order_invoice.up.sql new file mode 100644 index 0000000..83fd239 --- /dev/null +++ b/1751869991_change_ufutx_s2_shop_order_invoice.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order_invoice` ADD `email` VARCHAR(1024) NOT NULL DEFAULT '' COMMENT '邮箱地址' AFTER `company_phone`; \ No newline at end of file