8 lines
191 B
Transact-SQL
8 lines
191 B
Transact-SQL
CREATE TABLE [dbo].[ReportTemplate_20230531] (
|
|
[TemplateID] int NOT NULL,
|
|
[Rete] varchar(1) NULL,
|
|
[ContractType] int NULL,
|
|
[IsTrimestrale] int NULL,
|
|
[PDFConfigurationID] int NULL
|
|
)
|
|
GO |