1 line
120 B
SQL
1 line
120 B
SQL
ALTER TABLE `ufutx_s2_shop_order` ADD `pay_no` VARCHAR(256) NOT NULL DEFAULT '' COMMENT '支付单号' AFTER `trade_no`; |