User Tools

Site Tools


podoc:access_type_id_sequence_sql_sequence

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:access_type_id_sequence_sql_sequence [2007/04/17 15:33] Luudpodoc:access_type_id_sequence_sql_sequence [2007/04/23 14:37] (current) Luud
Line 7: Line 7:
 === Description === === Description ===
  
-Sequence generator for the 'identifier' column of the table 'access_type'.+Sequence generator for the column 'identifier' of the table 'access_type'.
  
 === Purpose === === Purpose ===
  
-To facilitate the generation of unique values for the 'identifier' primary key column of the table 'access_type'.+To facilitate the generation of unique values for the primary key column 'identifier' of the table 'access_type'.
  
 === Schema === === Schema ===
  
-<code>+<code sql>
 create sequence access_type_id_sequence start 1; create sequence access_type_id_sequence start 1;
 </code> </code>
Line 37: Line 37:
 = Version 2.5 = = Version 2.5 =
  
-<code>+<code sql>
 create sequence access_type_id_sequence start 1; create sequence access_type_id_sequence start 1;
 </code> </code>
  
podoc/access_type_id_sequence_sql_sequence.txt · Last modified: 2007/04/23 14:37 by Luud