PDC_REPORT_CreazioneDB/sql/tablesCollaudo/dbo_ReportTemplate_20161207.sql
2025-06-09 19:17:49 +02:00

8 lines
191 B
Transact-SQL

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