User Tools

Site Tools


podoc:camera_type_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:camera_type_sql_table [2007/04/18 14:50] Luudpodoc:camera_type_sql_table [2007/04/20 12:02] (current) Luud
Line 17: Line 17:
 === Schema === === Schema ===
  
-<code>+<code sql>
 create table camera_type ( create table camera_type (
   identifier            integer not null primary key,   identifier            integer not null primary key,
Line 28: Line 28:
 ); );
 </code> </code>
 +
 +=== References tables ===
 +
 +  * manufacturer references [[manufacturer sql table|manufacturer]](identifier)
 +  * users references [[users sql table|users]](identifier)
 +
 +=== Is referenced by tables ===
 +
 +  * [[camera sql table|camera]](type) references identifier
  
 === Related tables === === Related tables ===
Line 64: Line 73:
 = Version 2.5 = = Version 2.5 =
  
-<code>+<code sql>
 create table camera_type ( create table camera_type (
   identifier            integer not null primary key,   identifier            integer not null primary key,
Line 77: Line 86:
 = Version 2.29 = = Version 2.29 =
  
-<code>+<code sql>
 alter table camera_type add raw_icc_profile integer; alter table camera_type add raw_icc_profile integer;
 </code> </code>
Line 85: Line 94:
 = Version 2.29 = = Version 2.29 =
  
-<code>+<code sql>
 update camera_type set raw_icc_profile=null; update camera_type set raw_icc_profile=null;
 </code> </code>
  
podoc/camera_type_sql_table.txt · Last modified: 2007/04/20 12:02 by Luud