Commit 1fc569aa by mercymodest

feat:- add sql

parent daaa4d60
alter table t_user_device_codes
alter table t_user_device_codes
......@@ -6,3 +6,7 @@ alter table t_user_device
create index t_user_device_create_time_index
on t_user_device (create_time);
alter table t_user_device_share_code
add photo_permission tinyint default 1 null comment '照片权限:1-仅看自己的照片;2-查看所有的照片;3-管理所有照片 default 1';
\ 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