preferences_id_sequence
Sequence generator for the column 'identifier' of the table 'preferences'.
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'preferences'.
CREATE SEQUENCE preferences_id_sequence START 2;
Version 2.5
Version 2.33
= Version 2.5 =
CREATE SEQUENCE preferences_id_sequence START 2;
= Version 2.34 =
DROP SEQUENCE preferences_id_sequence;