mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-10 04:23:16 +08:00
fix 修复 字段长度写反问题
This commit is contained in:
@@ -14,8 +14,8 @@ create table sys_social
|
|||||||
avatar varchar(500) default '' comment '头像地址',
|
avatar varchar(500) default '' comment '头像地址',
|
||||||
access_token varchar(2000) not null comment '用户的授权令牌',
|
access_token varchar(2000) not null comment '用户的授权令牌',
|
||||||
expire_in int default null comment '用户的授权令牌的有效期,部分平台可能没有',
|
expire_in int default null comment '用户的授权令牌的有效期,部分平台可能没有',
|
||||||
refresh_token varchar(255) default null comment '刷新令牌,部分平台可能没有',
|
refresh_token varchar(2000) default null comment '刷新令牌,部分平台可能没有',
|
||||||
access_code varchar(2000) default null comment '平台的授权信息,部分平台可能没有',
|
access_code varchar(255) default null comment '平台的授权信息,部分平台可能没有',
|
||||||
union_id varchar(255) default null comment '用户的 unionid',
|
union_id varchar(255) default null comment '用户的 unionid',
|
||||||
scope varchar(255) default null comment '授予的权限,部分平台可能没有',
|
scope varchar(255) default null comment '授予的权限,部分平台可能没有',
|
||||||
token_type varchar(255) default null comment '个别平台的授权信息,部分平台可能没有',
|
token_type varchar(255) default null comment '个别平台的授权信息,部分平台可能没有',
|
||||||
|
|||||||
Reference in New Issue
Block a user