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

@ -17,7 +17,7 @@ create table sys_social
union_id nvarchar(255) NULL,
scope nvarchar(255) NULL,
token_type nvarchar(255) NULL,
id_token nvarchar(255) NULL,
id_token nvarchar(2000) NULL,
mac_algorithm nvarchar(255) NULL,
mac_key nvarchar(255) NULL,
code nvarchar(255) NULL,