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
/****** Object: Table [dbo].[Table1] Script Date: 6/22/2017 10:42:23 PM ******/ | |
SET ANSI_NULLS ON | |
GO | |
SET QUOTED_IDENTIFIER ON | |
GO | |
CREATE TABLE [dbo].[Table1]( | |
[Id] [int] IDENTITY(1,1) NOT NULL, | |
[Description] [nchar](10) NULL, |