CREATE TABLE [dbo].[_cruscotto_contrattisei_25] (
	[CODICEFISCALE] varchar(16) NOT NULL,
	[RETE] varchar(1) NOT NULL,
	[ELAB] int NOT NULL,
	[DTSTAMP] datetime NULL,
	[TIPOCLIENTE] int NULL,
	[ISDIAGNOSI] int NULL
)
GO