User Tools

Site Tools


podoc:scan_bitdepth_sql_table

This is an old revision of the document!


Database Table Description of "scan_bitdepth"

Name

scan_bitdepth

Description

Purpose

Schema

create table scan_bitdepth (
  identifier            integer not null primary key,
  value                 varchar(6)
);

None.

None.

None.

History

Used first

Version 2.5

Used last

Still in use

Schema change history

= Version 2.5 =

create table scan_bitdepth (
  identifier            integer not null primary key,
  value                 varchar(6)
);
Data change history

= Version 2.5 =

insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '8');
insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '12');
insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '14');
insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '16');
insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '18');
insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '24');
insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '32');
podoc/scan_bitdepth_sql_table.1176972724.txt.gz · Last modified: 2007/04/19 08:52 by Luud