-- Table: proxy_timestamp CREATE TABLE [proxy_timestamp] ( [gobject_id] int NOT NULL, [timestamp_of_last_change] timestamp NOT NULL, [ImportGUID] nvarchar(265) NULL, CONSTRAINT [PK_proxy_timestamp] PRIMARY KEY ([gobject_id]) ); GO