Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Created April 10, 2017 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hugoberry/be32a2ac117700d3dbde6b0824367ba5 to your computer and use it in GitHub Desktop.
Save Hugoberry/be32a2ac117700d3dbde6b0824367ba5 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[Demo](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Key] [int] NULL,
[Value] [varchar](50) NULL
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment