sql语句更新

This commit is contained in:
zer0Black
2022-04-05 22:17:46 +08:00
parent 8502471a05
commit ed5631782f
3 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -39,7 +39,8 @@ CREATE TABLE [dbo].[demo] (
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
[sys_org_code] nvarchar(64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[tenant_id] int NULL
)
GO
@@ -5932,6 +5933,8 @@ GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1383957793466560514', N'ebb9d82ea16ad864071158e0c449d186', N'分类字典导出', NULL, NULL, NULL, NULL, N'2', N'sys:category:export', N'1', N'1.00', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-04-19 09:14:05', N'admin', N'2021-04-19 09:14:05', N'0', N'0', N'1', N'0');
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1404684556047024130', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'在线用户', N'/isystem/online', N'system/SysUserOnlineList', NULL, NULL, N'1', NULL, N'1', NULL, N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'1', N'0', N'0', N'admin', N'2021-06-15 14:17:51', NULL, NULL, N'0');
GO
-- ----------------------------
-- Table structure for sys_permission_data_rule