X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6e28c5fe1943d4bfcc72f282be736828c30519c5..779811811181a2ecbeaf765e434ae11331c85786:/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 #