-- Table: ow_group_id CREATE TABLE [ow_group_id] ( [ow_group_id] int NOT NULL, CONSTRAINT [PK_ow_group_id] PRIMARY KEY ([ow_group_id]) ); GO