/****** Object: Table [dbo].[hdttypes] Script Date: 12/09/2015 15:30:24 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[hdttypes]( [dbtsmint] [smallint] NULL, [dbtint] [int] NULL, [dbtfloat] [float] NULL, [dbtchar] [char](5) NULL ) ON [PRIMARY] GO