Database Table Description of "flash_mode"

Name

flash_mode

Description

Purpose

Schema

CREATE TABLE flash_mode (
  identifier            integer NOT NULL PRIMARY KEY,
  value                 varchar(40)
);

References tables

None.

Is referenced by tables

Related sequences

Related indexes

None.

Related functions

None.

Related views

None.

History

Used first

Version 2.5

Used last

Still in use

Schema change history

= Version 2.5 =

CREATE TABLE flash_mode (
  identifier            integer NOT NULL PRIMARY KEY,
  value                 varchar(40)
);
Data change history

= Version 2.5 =

INSERT INTO flash_mode VALUES (NEXTVAL('flash_mode_id_sequence'), 'Normal Sync');
INSERT INTO flash_mode VALUES (NEXTVAL('flash_mode_id_sequence'), 'Slow Sync');
INSERT INTO flash_mode VALUES (NEXTVAL('flash_mode_id_sequence'), 'Rear Sync');
podoc/flash_mode_sql_table.txt · Last modified: 2007/04/20 10:27 by Luud
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0