2025-06-10 12:17:03 +02:00

5 lines
93 B
Transact-SQL

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