Created
July 24, 2023 22:24
-
-
Save vinijmoura/52568226b7dbc901e98dccf70e71c698 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE [dbo].[EnvironmentsApprovalsNames]( | |
[TeamProjectName] [varchar](100) NULL, | |
[EnvironmentId] [int] NULL, | |
[EnvironmentName] [varchar](150) NULL, | |
[ApproverUniqueName] [varchar](100) NULL, | |
[ApproverDisplayName] [varchar](100) NULL | |
) ON [PRIMARY] | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment