#
# 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
-# size :bigint(8)
+# size :bigint
# latitude :float
# longitude :float
# timestamp :datetime not null
#
# Indexes
#
-# gpx_files_timestamp_idx (timestamp)
-# gpx_files_user_id_idx (user_id)
-# gpx_files_visible_visibility_idx (visible,visibility)
+# gpx_files_timestamp_idx (timestamp)
+# gpx_files_user_id_idx (user_id)
+# gpx_files_visible_visibility_idx (visible,visibility)
+# index_gpx_files_on_user_id_and_id (user_id,id)
#
# Foreign Keys
#