Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Created July 7, 2021 19:32
Show Gist options
  • Save vinijmoura/d28804e475542839d79f0481f6966712 to your computer and use it in GitHub Desktop.
Save vinijmoura/d28804e475542839d79f0481f6966712 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[EnvironmentsApprovalsChecks](
[TeamProjectName] [varchar](100) NULL,
[EnvironmentId] [int] NULL,
[EnvironmentName] [varchar](150) NULL,
[EnvironmentCheckName] [varchar](100) NULL,
[EnvironmentCheckDisplayName] [varchar](100) NULL
) ON [PRIMARY]
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment