Commit daaa4d60 by mercymodest

feat:- add sql

parent 258783c0
alter table t_user_device_codes
alter table t_user_device_codes
......@@ -3,3 +3,6 @@ alter table t_user_device_codes
alter table t_user_device
add invite_type tinyint default 0 null comment '邀请类型: 0:无邀请 1:邀请 默认:0 无邀请' after audit_status;
create index t_user_device_create_time_index
on t_user_device (create_time);
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