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