===== Database Sequence Description of "photo_dupe_id_sequence" =====
=== Name ===
photo_dupe_id_sequence
=== Description ===
Sequence generator for the column 'identifier' of the table 'photo_dupe'.
=== Purpose ===
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'photo_dupe'.
=== Schema ===
create sequence photo_dupe_id_sequence start 1;
=== Related tables ===
* [[photo_dupe sql table|photo_dupe]]
=== History ===
== Used first ==
Version 2.5
== Used last ==
Still in use
== Change history ==
= Version 2.5 =
create sequence photo_dupe_id_sequence start 1;