Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Created August 25, 2021 22:01
Show Gist options
  • Save vinijmoura/6ee18e0c15e49313957b52fd304c2a23 to your computer and use it in GitHub Desktop.
Save vinijmoura/6ee18e0c15e49313957b52fd304c2a23 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[TestPlansConfigurations](
[TeamProjectName] [varchar](100) NOT NULL,
[TeamPlanConfigurationId] [tinyint] NOT NULL,
[TeamPlanConfigurationName] [varchar](100) NOT NULL,
[TeamPlanConfigurationVariableName] [varchar](100) NOT NULL,
[TeamPlanConfigurationVariableValue] [varchar](100) NOT NULL
)
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment