photo_item_id_sequence
Sequence generator for the column 'identifier' of the table 'photo_item'.
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'photo_item'.
CREATE SEQUENCE photo_item_id_sequence START 1;
Version 2.8
Version 2.34
= Version 2.8 =
CREATE SEQUENCE photo_item_id_sequence START 1;
= Version 2.34 =
DROP SEQUENCE photo_item_id_sequence;