]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/trace.rb
Drop explicit lengths from bigint columns
[rails.git] / app / models / trace.rb
index 4d71b4b2933d02fdd63453147970f36d8369b24e..3001d052c0e8783f7d159cbd5a49677598dba485 100644 (file)
@@ -2,11 +2,11 @@
 #
 # Table name: gpx_files
 #
 #
 # Table name: gpx_files
 #
-#  id          :bigint(8)        not null, primary key
-#  user_id     :bigint(8)        not null
+#  id          :bigint           not null, primary key
+#  user_id     :bigint           not null
 #  visible     :boolean          default(TRUE), not null
 #  name        :string           default(""), not null
 #  visible     :boolean          default(TRUE), not null
 #  name        :string           default(""), not null
-#  size        :bigint(8)
+#  size        :bigint
 #  latitude    :float
 #  longitude   :float
 #  timestamp   :datetime         not null
 #  latitude    :float
 #  longitude   :float
 #  timestamp   :datetime         not null