2025-06-26 18:47:11 +02:00

5 lines
93 B
Transact-SQL

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