Created
August 19, 2021 22:08
-
-
Save vinijmoura/a4630141a03a39a32bdb2529843d1b4d 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].[InstalledExtensions]( | |
[ExtensionId] [varchar](100) NULL, | |
[ExtensionName] [varchar](100) NULL, | |
[ExtensionPublisherName] [varchar](100) NULL, | |
[ExtensionVersion] [varchar](40) NULL, | |
[ExtensionLastPublished] [datetime] NULL | |
) | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment