PDC_REPORT_CreazioneDB/sql/tablesProduzione/dbo_R6ReportR6Capitolo.sql
2025-06-10 12:17:03 +02:00

7 lines
154 B
Transact-SQL

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