update 优化 !pr477 数据库类型

This commit is contained in:
疯狂的狮子Li
2024-01-08 23:02:17 +08:00
parent 46e46e60a6
commit f0b9c21169
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ create table sys_social
union_id varchar(255) default null comment '用户的 unionid',
scope varchar(255) default null comment '授予的权限,部分平台可能没有',
token_type varchar(255) default null comment '个别平台的授权信息,部分平台可能没有',
id_token text default null comment 'id token部分平台可能没有',
id_token varchar(2000) default null comment 'id token部分平台可能没有',
mac_algorithm varchar(255) default null comment '小米平台用户的附带属性,部分平台可能没有',
mac_key varchar(255) default null comment '小米平台用户的附带属性,部分平台可能没有',
code varchar(255) default null comment '用户的授权code部分平台可能没有',