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

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

CREATE sequence photo_dupe_id_sequence start 1;