-- Table: attributes_translation_table CREATE TABLE [attributes_translation_table] ( [gobject_id] int NULL, [attribute_name] nvarchar(329) NOT NULL, [new_primitive_id] int NULL, [new_attribute_id] int NULL, [old_primitive_id] int NULL, [old_attribute_id] int NULL ); GO