2 lines
105 B
MySQL
2 lines
105 B
MySQL
|
ALTER TABLE `ufutx_orders`
|
||
|
ADD COLUMN `invoice_pics` text default null comment "发票" after `sign_type`
|