User Tools

Site Tools


podoc:filter_type_sql_table

Database Table Description of "filter_type"

Name

filter_type

Description

Purpose

Schema

CREATE TABLE filter_type (
  identifier            INTEGER NOT NULL PRIMARY KEY,
  manufacturer          INTEGER NOT NULL REFERENCES manufacturer(identifier),
  model                 VARCHAR(100),
  variation             VARCHAR(100),
  last_modified_date 	TIMESTAMP,
  last_modifying_users	INTEGER REFERENCES users(identifier)
);

References tables

  • manufacturer references manufacturer(identifier)
  • last_modifying_users references users(identifier)

Is referenced by tables

  • filter(users) references identifier

None.

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

CREATE TABLE filter_type (
  identifier            INTEGER NOT NULL PRIMARY KEY,
  manufacturer          INTEGER NOT NULL REFERENCES manufacturer(identifier),
  model                 VARCHAR(100),
  variation             VARCHAR(100),
  last_modified_date 	TIMESTAMP,
  last_modifying_users	INTEGER REFERENCES users(identifier)
);
podoc/filter_type_sql_table.txt · Last modified: 2007/04/20 12:51 by Luud