User Tools

Site Tools


podoc:film_sql_table

This is an old revision of the document!


Database Table Description of "film"

Name

film

Description

Purpose

Schema

create table film (
  identifier            integer not null primary key,
  type                  integer not null references film_type(identifier),
  users                 integer not null references users(identifier),
  access_rights         integer not null references access_type(identifier)
);

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

create table film (
  identifier            integer not null primary key,
  type                  integer not null references film_type(identifier),
  users                 integer not null references users(identifier),
  access_rights         integer not null references access_type(identifier)
);
podoc/film_sql_table.1176906307.txt.gz · Last modified: 2007/04/18 14:25 by Luud