User Tools

Site Tools


podoc:photo_keywords_sql_table

This is an old revision of the document!


Database Table Description of "photo_keywords"

Name

photo_keywords

Description

Purpose

Schema

create table photo_keywords (
	photo integer not null references photo(identifier),	
	keyword text not null
);

None.

None.

None.

History

Used first

Version 2.33

Used last

Still in use

Schema change history

= Version 2.33 =

-- Split out keywords...

create table photo_keywords (
	photo integer not null references photo(identifier),	
	keyword text not null
);
Data change history
podoc/photo_keywords_sql_table.1176972621.txt.gz · Last modified: 2007/04/19 08:50 by Luud