PDC_REPORT_CreazioneDB/sql/Collaudo/tabelle/dbo_R6ReportR6Capitolo_20180904.sql
2025-06-10 15:29:00 +02:00

7 lines
163 B
Transact-SQL

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