+# == Schema Information
+#
+# Table name: relation_members
+#
+# relation_id :bigint not null, primary key
+# member_type :enum not null
+# member_id :bigint not null
+# member_role :string not null
+# version :bigint default(0), not null, primary key
+# sequence_id :integer default(0), not null, primary key
+#
+# Indexes
+#
+# relation_members_member_idx (member_type,member_id)
+#
+# Foreign Keys
+#
+# relation_members_id_fkey ([relation_id, version] => relations[relation_id, version])
+#