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