]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/follow.rb
Merge branch 'pull/5734'
[rails.git] / app / models / follow.rb
index ebf3ad735da1c5dd2f3fa050506060aa1cdc888c..6dd1bfe03162ca0173f613bfb86a3522c3767bbb 100644 (file)
@@ -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