export_id_sequence
TODO: is this right? Probably not.
Sequence generator for the column 'identifier' of the table '???'.
TODO: is this right? Probably not.
To facilitate the generation of unique values for the primary key column 'identifier' of the table '???'.
CREATE SEQUENCE export_id_sequence START 1;
TODO: checkto which table this actually belongs, if any…
Version 2.15
Version 2.30
= 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;