CREATE TABLE [dbo].[R6CardinalitaVincolo] ( [id] int NOT NULL, [IDVincolo] int NOT NULL, [Cardinalita] int NULL ) GO