X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3eccf65d8cf2ceb13050f5c8d1396546631994be..ab4f96261fe043ba704616e8b6f7cf77e79817bf:/app/models/follow.rb?ds=sidebyside diff --git a/app/models/follow.rb b/app/models/follow.rb index ebf3ad735..6dd1bfe03 100644 --- a/app/models/follow.rb +++ b/app/models/follow.rb @@ -2,9 +2,9 @@ # # Table name: friends # -# id :bigint(8) not null, primary key -# user_id :bigint(8) not null -# friend_user_id :bigint(8) not null +# id :bigint not null, primary key +# user_id :bigint not null +# friend_user_id :bigint not null # created_at :datetime # # Indexes