疯狂的狮子Li
2024-11-14 b64ac8d7f637c33c77662ca1b86851bc9f774190
script/sql/sqlserver/sqlserver_ry_vue_5.X.sql
@@ -2002,10 +2002,10 @@
    oper_url       nvarchar(255)  DEFAULT ''    NULL,
    oper_ip        nvarchar(128)  DEFAULT ''    NULL,
    oper_location  nvarchar(255)  DEFAULT ''    NULL,
    oper_param     nvarchar(2000) DEFAULT ''    NULL,
    json_result    nvarchar(2000) DEFAULT ''    NULL,
    oper_param     nvarchar(5000) DEFAULT ''    NULL,
    json_result    nvarchar(5000) DEFAULT ''    NULL,
    status         int            DEFAULT ((0)) NULL,
    error_msg      nvarchar(2000) DEFAULT ''    NULL,
    error_msg      nvarchar(5000) DEFAULT ''    NULL,
    oper_time      datetime2(7)                 NULL,
    cost_time      bigint         DEFAULT ((0)) NULL,
    CONSTRAINT PK__sys_oper__34723BF9BD954573 PRIMARY KEY CLUSTERED (oper_id)