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;