User Tools

Site Tools


podoc:export_id_sequence_sql_sequence

This is an old revision of the document!


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.1176895314.txt.gz · Last modified: 2007/04/18 11:21 by Luud