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