CREATE TABLE [dbo].[R6CapitoloR6Paragrafo_20180606_MIFID2] (
	[id] int NOT NULL,
	[idFkCapitolo] int NOT NULL,
	[idFkParagrafo] int NOT NULL,
	[idFkReport] int NOT NULL,
	[ordineParagrafo] int NULL,
	[indicizzato] bit NULL
)
ALTER TABLE [dbo].[R6CapitoloR6Paragrafo_20180606_MIFID2] ADD CONSTRAINT [PK_R6CapitoloR6Paragrafo] PRIMARY KEY CLUSTERED ([id])
GO