User Tools

Site Tools


podoc:photo_tech_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:photo_tech_sql_table [2007/10/19 14:51] Luudpodoc:photo_tech_sql_table [2007/10/19 20:31] (current) Luud
Line 40: Line 40:
   longitude             numeric,   longitude             numeric,
   altitude              numeric,   altitude              numeric,
-  img_direction         numeric+  img_direction         numeric
 +  rdf                   text
 ); );
 </code> </code>
Line 151: Line 152:
 alter table photo_tech add altitude numeric; alter table photo_tech add altitude numeric;
 alter table photo_tech add img_direction numeric; alter table photo_tech add img_direction numeric;
 +</code>
 +
 +<code sql>
 +-- Add an 'rdf' column to store all XMP data.
 +alter table photo_tech add rdf text;
 </code> </code>
  
podoc/photo_tech_sql_table.txt · Last modified: 2007/10/19 20:31 by Luud