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

7 lines
169 B
Transact-SQL

CREATE TABLE [dbo].[R6ReportR6Capitolo_20171129_PreMR] (
[id] int NOT NULL,
[idFkReport] int NOT NULL,
[idFkCapitolo] int NOT NULL,
[ordineCapitolo] int NULL
)
GO