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
Next revision
Previous revision
podoc:scan_bitdepth_sql_table [2007/04/13 09:31] 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 21: Line 31:
  
 === Related indexes === === Related indexes ===
 +
 +None.
  
 === Related functions === === Related functions ===
 +
 +None.
  
 === Related views === === Related views ===
 +
 +None.
  
 === History === === History ===
Line 40: 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 49: 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.1176456672.txt.gz · Last modified: 2007/04/13 09:31 by Luud