oc_maps_photos


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_maps_photos_id_seq'::regclass)
user_id varchar 64 null
file_id int8 19 null
lat float8 17,17 null
lng float8 17,17 null
date_taken int8 19 null

Indexes

Constraint Name Type Sort Column(s)
oc_maps_photos_pkey Primary key Asc id
idx_ed14080693cb796c Performance Asc file_id
idx_ed140806a76ed395 Performance Asc user_id
maps_date_taken Performance Asc date_taken

Relationships