USE [TSMS_TANFB] GO /****** Object: Table [dbo].[ADIntegration] Script Date: 08/27/2018 13:32:20 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[ADIntegration]( [id] [int] IDENTITY(1,1) NOT NULL, [AdId] [int] NULL, [MotcId] [int] NOT NULL ) ON [PRIMARY] GO