printer_spooler_id_sequence
Sequence generator for the column 'identifier' of the table 'printer_spooler'.
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'printer_spooler'.
CREATE sequence printer_spooler_id_sequence start 1;
Version 2.5
Version 2.14
= Version 2.5 =
CREATE sequence printer_spooler_id_sequence start 1;
= Version 2.15 =
DROP sequence printer_spooler_id_sequence;