CREATE TABLE [C6StoricoPeriodico].[ELABORAZIONI] ( [ID_ELAB] int NOT NULL, [TIPO_ELAB] varchar(1) NOT NULL, [DATA_OPERAZIONE] datetime NOT NULL DEFAULT (getdate()) ) GO