From 658f69f89a942de6fdfdda5e9606592bcdda7769 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Mon, 30 Sep 2024 17:12:16 +0800 Subject: [PATCH] =?UTF-8?q?dma=E5=AE=A1=E6=A0=B8=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1727341512_change_users.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1727341512_change_users.up.sql diff --git a/1727341512_change_users.up.sql b/1727341512_change_users.up.sql new file mode 100644 index 0000000..c94af13 --- /dev/null +++ b/1727341512_change_users.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_users` +ADD COLUMN `dma_status` tinyint(4) NULL DEFAULT 0 COMMENT '用户dma审核状态 0:未审核 1:通过 2:拒绝' AFTER `phone_model`; \ No newline at end of file