修改表

This commit is contained in:
buke 2024-10-10 11:14:27 +08:00
parent 658f69f89a
commit de1f89681a

View File

@ -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`;