X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..8ae8768cd352b2b85d61c4c04c0fc5caa82fcdbe:/app/models/relation_member.rb?ds=inline diff --git a/app/models/relation_member.rb b/app/models/relation_member.rb index 3e5cdfca2..7c399c3a8 100644 --- a/app/models/relation_member.rb +++ b/app/models/relation_member.rb @@ -2,9 +2,9 @@ # # Table name: current_relation_members # -# relation_id :integer not null, primary key +# relation_id :bigint(8) not null, primary key # member_type :enum not null -# member_id :integer not null +# member_id :bigint(8) not null # member_role :string not null # sequence_id :integer default(0), not null, primary key #