Table: photo

A photo record represents a single member-uploaded photograph.

Columns

aid i fk: album.aid
The aid (album id) of the album this photo belongs to.
caption
Free form text description of the photo provided by the member who uploaded it.
created
When the photo was uploaded, represented as an offset in milliseconds from Jan 1, 1970 UTC.
link
An absolute url that can be used to provide a link to the photo.
owner fk: user.uid
The uid (user id) of the member that owns the photo.
pid i pk
The unique id of the photo
src
An absolute url to the medium sized version of the photo
src_big
An absolute url to the big sized version of the photo
src_small
An absolute url to the thumbnail version of the photo