5 lines
84 B
Transact-SQL
5 lines
84 B
Transact-SQL
CREATE TABLE [dbo].[R6Report] (
|
|
[id] int NOT NULL,
|
|
[nome] varchar(50) NULL
|
|
)
|
|
GO |