2 lines
120 B
SQL
2 lines
120 B
SQL
ALTER TABLE `ufutx_order_video`
|
|
ADD COLUMN `step` tinyint(4) NOT NULL COMMENT '上传第几步视频' AFTER `order_id`; |