]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way_tag.rb
Drop explicit lengths from bigint columns
[rails.git] / app / models / old_way_tag.rb
index 7b881bb24f3887b08d849e47a4347ac3814d010b..32aea5b1588f5c7c57cc50b55a099aa986ed4569 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Table name: way_tags
 #
-#  way_id  :bigint(8)        not null, primary key
+#  way_id  :bigint           not null, primary key
 #  k       :string           not null, primary key
 #  v       :string           not null
-#  version :bigint(8)        not null, primary key
+#  version :bigint           not null, primary key
 #
 # Foreign Keys
 #