增加视频上传步骤

This commit is contained in:
buke 2024-10-18 11:12:15 +08:00
parent 1a9ec7b366
commit b3a16689dd

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_order_video`
ADD COLUMN `step` tinyint(4) NOT NULL COMMENT '上传第几步视频' AFTER `order_id`;