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