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;

Related tables

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;