]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset.rb
Update annotations to correctly show bigint types
[rails.git] / app / models / changeset.rb
index b98d213c713015e205c7eaaaa4ab4853278b41ce..2c4c6d85c277c051b5317fd45a1d74464a30d89a 100644 (file)
@@ -2,8 +2,8 @@
 #
 # Table name: changesets
 #
-#  id          :integer          not null, primary key
-#  user_id     :integer          not null
+#  id          :bigint(8)        not null, primary key
+#  user_id     :bigint(8)        not null
 #  created_at  :datetime         not null
 #  min_lat     :integer
 #  max_lat     :integer