疯狂的狮子Li
2023-07-02 6bbe11d4947cf3ca233fa6e24fa51fbafa0bf7ec
fix 修复 sqlserver 脚本字符串长度问题
已修改2个文件
8 ■■■■ 文件已修改
script/sql/sqlserver/sqlserver_ry_vue_5.X.sql 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
script/sql/update/sqlserver/update_5.0-5.1.sql 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
script/sql/sqlserver/sqlserver_ry_vue_5.X.sql
@@ -3085,8 +3085,8 @@
CREATE TABLE sys_client
(
    id                  bigint                              NOT NULL,
    client_id           nvarchar(20)  DEFAULT ''            NULL,
    client_key          nvarchar(255) DEFAULT ''            NULL,
    client_id           nvarchar(64)  DEFAULT ''            NULL,
    client_key          nvarchar(32) DEFAULT ''            NULL,
    client_secret       nvarchar(255) DEFAULT ''            NULL,
    grant_type          nvarchar(255) DEFAULT ''            NULL,
    device_type         nvarchar(32) DEFAULT ''            NULL,
script/sql/update/sqlserver/update_5.0-5.1.sql
@@ -234,8 +234,8 @@
CREATE TABLE sys_client
(
    id                  bigint                              NOT NULL,
    client_id           nvarchar(20)  DEFAULT ''            NULL,
    client_key          nvarchar(255) DEFAULT ''            NULL,
    client_id           nvarchar(64)  DEFAULT ''            NULL,
    client_key          nvarchar(32) DEFAULT ''            NULL,
    client_secret       nvarchar(255) DEFAULT ''            NULL,
    grant_type          nvarchar(255) DEFAULT ''            NULL,
    device_type         nvarchar(32) DEFAULT ''            NULL,