2 lines
104 B
SQL
2 lines
104 B
SQL
ALTER TABLE `ufutx_orders`
|
|
ADD COLUMN `payment_id` tinyint DEFAULT 0 COMMENT "支付id" after `end_time` |