Table: album

An album represents a collection of photographs.

Columns

aid i pk
The album id, a unique id representing the album
cover_pid i fk: photo.pid
The pid (photo id) of the cover photo for the album
created p
When the album was created, represented as an offset in milliseconds from Jan 1, 1970 UTC.
description p
Free form text, description of the album, provided by the member that owns the album.
link p
An absolute url that can be used to provide a link to the album.
location p ns
bebo does not support this column at this time.
modified p
When the album was last modified, represented as an offset in milliseconds from Jan 1, 1970 UTC.
name p
Free form text, the name of the album, provided by the member that owns the album.
owner i fk: user.uid
The uid (user id) of the member that owns the album.
size p
The number of photos in the album.