User Tools

Site Tools


podoc:scan_bitdepth_sql_table

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
podoc:scan_bitdepth_sql_table [2007/04/12 12:07] – created Luudpodoc:scan_bitdepth_sql_table [2007/04/19 08:52] Luud
Line 1: Line 1:
-===== Database Table Description =====+===== Database Table Description of "scan_bitdepth" =====
  
 === Name === === Name ===
 +
 +scan_bitdepth
  
 === Description === === Description ===
Line 8: Line 10:
  
 === Schema === === Schema ===
 +
 +  create table scan_bitdepth (
 +    identifier            integer not null primary key,
 +    value                 varchar(6)
 +  );
  
 === Related sequences === === Related sequences ===
 +
 +  * [[scan_bitdepth_id_sequence sql sequence|scan_bitdepth_id_sequence]]
  
 === Related indexes === === Related indexes ===
 +
 +None.
 +
 +=== Related functions ===
 +
 +None.
 +
 +=== Related views ===
 +
 +None.
  
 === History === === History ===
Line 17: Line 36:
 == Used first == == Used first ==
  
-Verions 2.5+Version 2.5
  
 == Used last == == Used last ==
Line 23: Line 42:
 Still in use Still in use
  
-== Change history ==+== Schema change history ==
  
 = Version 2.5 = = Version 2.5 =
  
-  create table ... +  create table scan_bitdepth 
-    ...  +    identifier            integer not null primary key, 
 +    value                 varchar(6)
   );   );
 +
 +== Data change history ==
 +
 += Version 2.5 =
 +
 +<code>
 +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');
 +</code>
 +
podoc/scan_bitdepth_sql_table.txt · Last modified: 2007/04/20 14:30 by Luud