From de1f89681aef04eedb651f9301ef609083495f65 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Thu, 10 Oct 2024 11:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1727687856_change_table_users.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1727687856_change_table_users.up.sql diff --git a/1727687856_change_table_users.up.sql b/1727687856_change_table_users.up.sql new file mode 100644 index 0000000..0eefef7 --- /dev/null +++ b/1727687856_change_table_users.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_users` +MODIFY COLUMN `dma_status` tinyint(4) NULL DEFAULT 0 COMMENT '用户dma审核状态 0:未申请 1:申请中 2:通过 3:拒绝' AFTER `phone_model`; \ No newline at end of file