| | |
| | | ( |
| | | id bigint NOT NULL, |
| | | user_id bigint NOT NULL, |
| | | tenant_id nvarchar(20) NULL, |
| | | tenant_id nvarchar(20) DEFAULT ('000000') NULL, |
| | | auth_id nvarchar(255) NOT NULL, |
| | | source nvarchar(255) NOT NULL, |
| | | open_id nvarchar(255) NULL, |
| | |
| | | GO |
| | | INSERT sys_menu VALUES (113, N'缓存监控', 2, 5, N'cache', N'monitor/cache/index', N'', 1, 0, N'C', N'0', N'0', N'monitor:cache:list', N'redis', 103, 1, getdate(), NULL, NULL, N'缓存监控菜单') |
| | | GO |
| | | INSERT sys_menu VALUES (114, N'表单构建', 3, 1, N'build', N'tool/build/index', N'', 1, 0, N'C', N'0', N'0', N'tool:build:list', N'build', 103, 1, getdate(), NULL, NULL, N'表单构建菜单') |
| | | GO |
| | | INSERT sys_menu VALUES (115, N'代码生成', 3, 2, N'gen', N'tool/gen/index', N'', 1, 0, N'C', N'0', N'0', N'tool:gen:list', N'code', 103, 1, getdate(), NULL, NULL, N'代码生成菜单') |
| | | GO |
| | | INSERT sys_menu VALUES (121, N'租户管理', 6, 1, N'tenant', N'system/tenant/index', N'', 1, 0, N'C', N'0', N'0', N'system:tenant:list', N'code', 103, 1, getdate(), NULL, NULL, N'租户管理菜单') |
| | |
| | | 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) |