Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Created October 14, 2021 18:55
Show Gist options
  • Save vinijmoura/4caf194b1359f6f931743d50c32db3b2 to your computer and use it in GitHub Desktop.
Save vinijmoura/4caf194b1359f6f931743d50c32db3b2 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[BuildDefinitionsTasks](
[TeamProjectName] [varchar](100) NULL,
[BuildDefinitionId] [varchar](40) NULL,
[BuildDefinitionName] [varchar](150) NULL,
[BuildDefinitionPhaseName] [varchar](150) NULL,
[BuildDefintionTaskId] [varchar](40) NULL,
[BuildDefintionTaskName] [varchar](150) NULL,
[BuildDefintionTaskversionSpec] [varchar](30) NULL
)
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment