CREATE TABLE [dbo].[events]( [id] [int] IDENTITY(1524,1) NOT NULL, [name] [nvarchar](255) NULL, [event_type] [int] NULL, [numeric](11, 2) NULL, [numeric](11, 2) NULL, [Shape] [geometry] NULL, [ObjectID] [int] NOT NULL, CONSTRAINT [R8_pk] PRIMARY KEY CLUSTERED ( [ObjectID] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 75) ON [PRIMARY]) ON [PRIMARY]
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.