-# relation_id :integer default(0), not null, primary key
-# changeset_id :integer not null
+# relation_id :bigint(8) default(0), not null, primary key
+# changeset_id :bigint(8) not null
include ConsistencyValidations
include ObjectMetadata
self.table_name = "relations"
self.primary_keys = "relation_id", "version"
include ConsistencyValidations
include ObjectMetadata
self.table_name = "relations"
self.primary_keys = "relation_id", "version"