print_id_sequence
TODO: check up on this. It is probably wrong…
Sequence generator for the column 'identifier' of the table 'print'.
TODO: check up on this. It is probably wrong…
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'print'.
CREATE SEQUENCE print_id_sequence START 1;
TODO: check up on this. It is probably wrong…
Version 2.5
Still in use
= Version 2.5 =
CREATE SEQUENCE print_id_sequence START 1;