CREATE TABLE [C6MartPeriodico].[TB_S180ProdottiComplessitaAlta_note] (
	[id] int NULL,
	[descrizione] varchar(512) NULL
)
GO