User Tools

Site Tools


podoc:export_id_sequence_sql_sequence

Database Sequence Description of "export_id_sequence"

Name

export_id_sequence

Description

TODO: is this right? Probably not.

Sequence generator for the column 'identifier' of the table '???'.

Purpose

TODO: is this right? Probably not.

To facilitate the generation of unique values for the primary key column 'identifier' of the table '???'.

Schema

CREATE SEQUENCE export_id_sequence START 1;

TODO: checkto which table this actually belongs, if any…

History

Used first

Version 2.15

Used last

Version 2.30

Change history

= Version 2.15 =

CREATE SEQUENCE export_id_sequence START 1;

= Version 2.31 =

-- These are obselete, we now use random numbers for security.
DROP SEQUENCE export_id_sequence;
podoc/export_id_sequence_sql_sequence.txt · Last modified: 2007/04/23 14:40 by Luud