Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Last active February 24, 2023 18:19
Show Gist options
  • Save vinijmoura/18ccf59df83de3e045536c364f124f41 to your computer and use it in GitHub Desktop.
Save vinijmoura/18ccf59df83de3e045536c364f124f41 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[BuildApprovalsRequired](
[TeamProjectName] [varchar](100) NULL,
[BuildDefinitionId] [varchar](40) NULL,
[BuildDefinitionName] [varchar](150) NULL,
[BuildId] [varchar](20) NULL,
[BuildNumber] [varchar](100) NULL,
[BuildLink] [nvarchar](MAX) NULL,
[BuildStageName] [varchar](100) NULL,
[BuildEnvironmentName] [varchar](100) NULL
)
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment