]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset.rb
Drop explicit lengths from bigint columns
[rails.git] / app / models / changeset.rb
index e6bde19a50d8562f63e12e44be146a72e5905ac9..50b30c1a4c6c409fd890f343f5f62503095a0cdd 100644 (file)
@@ -2,8 +2,8 @@
 #
 # Table name: changesets
 #
 #
 # Table name: changesets
 #
-#  id          :bigint(8)        not null, primary key
-#  user_id     :bigint(8)        not null
+#  id          :bigint           not null, primary key
+#  user_id     :bigint           not null
 #  created_at  :datetime         not null
 #  min_lat     :integer
 #  max_lat     :integer
 #  created_at  :datetime         not null
 #  min_lat     :integer
 #  max_lat     :integer