2025-06-09 19:17:49 +02:00

5 lines
84 B
Transact-SQL

CREATE TABLE [dbo].[R6Report] (
[id] int NOT NULL,
[nome] varchar(50) NULL
)
GO