X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea68ac865ba4df5686ac111d4bd8679dc2a643a8..4377e2bd55bd6bed320b7c3595087d4317b1c9bc:/app/models/trace.rb diff --git a/app/models/trace.rb b/app/models/trace.rb index 1a2dfc9e4..af2c0af3b 100644 --- a/app/models/trace.rb +++ b/app/models/trace.rb @@ -2,11 +2,11 @@ # # Table name: gpx_files # -# id :integer not null, primary key -# user_id :integer not null +# id :bigint(8) not null, primary key +# user_id :bigint(8) not null # visible :boolean default(TRUE), not null # name :string default(""), not null -# size :integer +# size :bigint(8) # latitude :float # longitude :float # timestamp :datetime not null