Skip to content

Instantly share code, notes, and snippets.

@Alex-Yates
Created November 24, 2016 14:46
Show Gist options
  • Save Alex-Yates/5cb09f7301629ca0b1f693e0d4ac2d07 to your computer and use it in GitHub Desktop.
Save Alex-Yates/5cb09f7301629ca0b1f693e0d4ac2d07 to your computer and use it in GitHub Desktop.
/****** Object: Table [dbo].[tblOnBothButDifferent] Script Date: 24/11/2016 13:58:43 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[tblOnBothButDifferent](
[Numbers] [INT] NULL,
[Words] [NVARCHAR](50) NULL,
[SpecialFluttershyColumn] [NVARCHAR](50) NULL
) ON [PRIMARY]
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment