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