===== Database Sequence Description of "print_id_sequence" =====
=== Name ===
print_id_sequence
=== Description ===
TODO: check up on this. It is probably wrong...
Sequence generator for the column 'identifier' of the table 'print'.
=== Purpose ===
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'.
=== Schema ===
create sequence print_id_sequence start 1;
=== Related tables ===
TODO: check up on this. It is probably wrong...
* [[photo sql table|photo]]
=== History ===
== Used first ==
Version 2.5
== Used last ==
Still in use
== Change history ==
= Version 2.5 =
create sequence print_id_sequence start 1;