2 lines
113 B
SQL
2 lines
113 B
SQL
ALTER TABLE `ufutx_orders`
|
|
ADD COLUMN `referrer` integer(11) default null comment "推荐人" after `payment_id` |