photo_format_id_sequence
Sequence generator for the column 'identifier' of the table 'photo_format'.
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'photo_format'.
CREATE sequence photo_format_id_sequence start 1;
Version 2.8
Version 2.18
= Version 2.8 =
CREATE sequence photo_format_id_sequence start 1;
= Version 2.19 =
DROP sequence photo_format_id_sequence;