migrate/1738833070_table_order_add_invoice_pics.up.sql

2 lines
105 B
MySQL
Raw Normal View History

2025-02-06 17:14:43 +08:00
ALTER TABLE `ufutx_orders`
ADD COLUMN `invoice_pics` text default null comment "发票" after `sign_type`