2025-06-25 11:25:55 +02:00

5 lines
93 B
Transact-SQL

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