Commit 266e73e2 by mercymodest

feat:- add sql

parent 70147ef0
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 # alter table t_user_device
add invite_type tinyint default 0 null comment '邀请类型: 0:无邀请 1:邀请 默认:0 无邀请' after audit_status; # add invite_type tinyint default 0 null comment '邀请类型: 0:无邀请 1:邀请 默认:0 无邀请' after audit_status;
#
create index t_user_device_create_time_index # create index t_user_device_create_time_index
on t_user_device (create_time); # on t_user_device (create_time);
#
#
alter table t_user_device_share_code # alter table t_user_device_share_code
add photo_permission tinyint default 1 null comment '照片权限:1-仅看自己的照片;2-查看所有的照片;3-管理所有照片 default 1'; # add photo_permission tinyint default 1 null comment '照片权限:1-仅看自己的照片;2-查看所有的照片;3-管理所有照片 default 1';
\ No newline at end of file \ No newline at end of file
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