X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ea68ac865ba4df5686ac111d4bd8679dc2a643a8..4377e2bd55bd6bed320b7c3595087d4317b1c9bc:/app/models/friend.rb diff --git a/app/models/friend.rb b/app/models/friend.rb index 86da87b93..615da1076 100644 --- a/app/models/friend.rb +++ b/app/models/friend.rb @@ -2,9 +2,9 @@ # # Table name: friends # -# id :integer not null, primary key -# user_id :integer not null -# friend_user_id :integer not null +# id :bigint(8) not null, primary key +# user_id :bigint(8) not null +# friend_user_id :bigint(8) not null # # Indexes #