User Tools

Site Tools


podoc:album_content_sql_table

This is an old revision of the document!


Database Table Description of "album_content"

Name

album_content

Description

Purpose

Schema

create table album_content (
  identifier            integer not null primary key,
  photo                 integer not null references photo(identifier),
  album                 integer not null references album(identifier)
);

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

create table album_content (
  identifier            integer not null primary key,
  photo                 integer not null references photo(identifier),
  album                 integer not null references album(identifier)
);
podoc/album_content_sql_table.1176819558.txt.gz · Last modified: 2007/04/17 14:19 by Luud