diff --git a/1738833070_table_order_add_invoice_pics.up.sql b/1738833070_table_order_add_invoice_pics.up.sql new file mode 100644 index 0000000..c998aec --- /dev/null +++ b/1738833070_table_order_add_invoice_pics.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_orders` +ADD COLUMN `invoice_pics` text default null comment "发票" after `sign_type` \ No newline at end of file