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

8 lines
293 B
Transact-SQL

CREATE TABLE [dbo].[R6ReportR6Capitolo_20180606_MIFID2] (
[id] int NOT NULL,
[idFkReport] int NOT NULL,
[idFkCapitolo] int NOT NULL,
[ordineCapitolo] int NULL
)
ALTER TABLE [dbo].[R6ReportR6Capitolo_20180606_MIFID2] ADD CONSTRAINT [PK_R6ReportR6Capitolo] PRIMARY KEY CLUSTERED ([id])
GO