X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f00a12a2ec91e67485810d9fb3a31203b1d40123..d8fb371d54ff464bbd45186b5848f6a9f9d87d5e:/app/models/relation_member.rb diff --git a/app/models/relation_member.rb b/app/models/relation_member.rb index 2b72cd2b1..c9723e48b 100644 --- a/app/models/relation_member.rb +++ b/app/models/relation_member.rb @@ -2,9 +2,9 @@ # # Table name: current_relation_members # -# relation_id :bigint(8) not null, primary key +# relation_id :bigint not null, primary key # member_type :enum not null -# member_id :bigint(8) not null +# member_id :bigint not null # member_role :string not null # sequence_id :integer default(0), not null, primary key #