photo_spooler_id_sequence
Sequence generator for the column 'identifier' of the table 'photo_spooler'.
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'photo_spooler'.
CREATE SEQUENCE photo_spooler_id_sequence START 1;
Version 2.15
Version 2.33
= Version 2.15 =
CREATE SEQUENCE photo_spooler_id_sequence START 1;
= Version 2.34 =
-- Drop the old spooler DROP SEQUENCE photo_spooler_id_sequence;