Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Created September 29, 2021 22:00
Show Gist options
  • Save vinijmoura/74fd740d38863ec6bbaab7a085ac3355 to your computer and use it in GitHub Desktop.
Save vinijmoura/74fd740d38863ec6bbaab7a085ac3355 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[PersonalAccessTokens](
[UserDisplayName] [varchar](200) NULL,
[UserMailAddress] [varchar](200) NULL,
[PATDisplayName] [varchar](200) NULL,
[PATValidFrom] [DATETIME] NULL,
[PATValidTo] [DATETIME] NULL,
[PATScope] [nvarchar](MAX) NULL
)
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment