CREATE TABLE [dbo].[R6Vincolo] (
	[id] int NOT NULL,
	[Descrizione] varchar(250) NULL
)
GO