User Tools

Site Tools


podoc:photo_id_sequence_sql_sequence

Differences

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

Link to this comparison view

Next revision
Previous revision
podoc:photo_id_sequence_sql_sequence [2007/04/12 14:09] – created Luudpodoc:photo_id_sequence_sql_sequence [2007/04/23 14:46] (current) Luud
Line 6: Line 6:
  
 === Description === === Description ===
 +
 +Sequence generator for the column 'identifier' of the table 'photo'.
  
 === Purpose === === Purpose ===
 +
 +To facilitate the generation of unique values for the primary key column 'identifier' of the table 'photo'.
  
 === Schema === === Schema ===
  
-  create sequence photo_id_sequence start 1;+<code sql> 
 +create sequence photo_id_sequence start 1; 
 +</code>
  
 === Related tables === === Related tables ===
  
   * [[photo sql table|photo]]   * [[photo sql table|photo]]
- 
-=== Related indexes === 
- 
-=== Related functions === 
- 
-=== Related views === 
  
 === History === === History ===
Line 37: Line 37:
 = Version 2.5 = = Version 2.5 =
  
-  create sequence photo_id_sequence start 1;+<code sql> 
 +create sequence photo_id_sequence start 1; 
 +</code>
  
podoc/photo_id_sequence_sql_sequence.txt · Last modified: 2007/04/23 14:46 by Luud