CREATE TABLE [dbo].[ReportTemplate_20161207] ( [TemplateID] int NOT NULL, [Rete] varchar(1) NULL, [ContractType] int NULL, [IsTrimestrale] int NULL, [PDFConfigurationID] int NULL ) GO