X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9f57f60b87ff55a4ba69db3afadb21bbbdcb3385..5e8fd6e6cbf974999395f6199a3862823e1ca357:/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