]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
Drop explicit lengths from bigint columns
[rails.git] / app / models / way.rb
index 203d3b7036f4c78d4b844b8219f14acfd73e59e6..7357a280f52eda40f2004d028763a4696c524076 100644 (file)
@@ -2,11 +2,11 @@
 #
 # Table name: current_ways
 #
-#  id           :bigint(8)        not null, primary key
-#  changeset_id :bigint(8)        not null
+#  id           :bigint           not null, primary key
+#  changeset_id :bigint           not null
 #  timestamp    :datetime         not null
 #  visible      :boolean          not null
-#  version      :bigint(8)        not null
+#  version      :bigint           not null
 #
 # Indexes
 #