From b3a16689dd4e385b3d6fbc0fab85eb1a5ffab718 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Fri, 18 Oct 2024 11:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=A7=86=E9=A2=91=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1729218373_change_table_order_video.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1729218373_change_table_order_video.up.sql diff --git a/1729218373_change_table_order_video.up.sql b/1729218373_change_table_order_video.up.sql new file mode 100644 index 0000000..1b58b31 --- /dev/null +++ b/1729218373_change_table_order_video.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_order_video` +ADD COLUMN `step` tinyint(4) NOT NULL COMMENT '上传第几步视频' AFTER `order_id`; \ No newline at end of file