Commit 258783c0 by mercymodest

feat:- add sql

parent 52504e3d
alter table t_user_device_codes alter table t_user_device_codes
alter table t_user_device_codes alter table t_user_device_codes
add memory_size_gb decimal(6, 2) null comment '设备内存(单位:GB)'; add memory_size_gb decimal(6, 2) null comment '设备内存(单位:GB)';
alter table t_user_device
add invite_type tinyint default 0 null comment '邀请类型: 0:无邀请 1:邀请 默认:0 无邀请' after audit_status;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment