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

Both sides previous revisionPrevious revision
podoc:scan_bitdepth_sql_table [2007/04/19 08:52] Luudpodoc:scan_bitdepth_sql_table [2007/04/20 14:30] (current) Luud
Line 11: Line 11:
 === Schema === === Schema ===
  
-  create table scan_bitdepth ( +<code sql> 
-    identifier            integer not null primary key, +create table scan_bitdepth ( 
-    value                 varchar(6) +  identifier            integer not null primary key, 
-  );+  value                 varchar(6) 
 +); 
 +</code> 
 + 
 +=== References tables === 
 + 
 +None. 
 + 
 +=== Is referenced by tables === 
 + 
 +  * [[photo_tech sql table|photo_tech]](scan_bitdepth) references identifier
  
 === Related sequences === === Related sequences ===
Line 46: Line 56:
 = Version 2.5 = = Version 2.5 =
  
-  create table scan_bitdepth ( +<code sql> 
-    identifier            integer not null primary key, +create table scan_bitdepth ( 
-    value                 varchar(6) +  identifier            integer not null primary key, 
-  );+  value                 varchar(6) 
 +); 
 +</code>
  
 == Data change history == == Data change history ==
Line 55: Line 67:
 = Version 2.5 = = Version 2.5 =
  
-<code>+<code sql>
 insert into scan_bitdepth values (nextval('scan_bitdepth_id_sequence'), '8'); 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'), '12');
podoc/scan_bitdepth_sql_table.txt · Last modified: 2007/04/20 14:30 by Luud