Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Created May 10, 2021 20:45
Show Gist options
  • Save vinijmoura/265d38f90a810536f3d2ce0f895ce2b2 to your computer and use it in GitHub Desktop.
Save vinijmoura/265d38f90a810536f3d2ce0f895ce2b2 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[AreaPermissions](
[TeamProjectName] [varchar](100) NULL,
[AreaPathName] [varchar](150) NULL,
[SecurityNameSpace] [varchar](100) NULL,
[UserPrincipalName] [varchar](100) NULL,
[UserDisplayName] [varchar](100) NULL,
[GroupDisplayName] [varchar](200) NULL,
[GroupAccountName] [varchar](200) NULL,
[AreaCommandName] [varchar](100) NULL,
[AreaCommandInternalName] [varchar](100) NULL,
[AreaCommandPermission] [varchar](50) NULL
) ON [PRIMARY]
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment