CREATE TABLE [C6MartPeriodico].[motivazioni_blacklist] (
	[id] int NULL,
	[descrizione] varchar(255) NULL,
	[data_censimento] datetime NULL
)
GO