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