shop_item_generator_rule_id_sequence
Sequence generator for the column 'identifier' of the table 'shop_item_generator_rule'.
To facilitate the generation of unique values for the primary key column 'identifier' of the table 'shop_item_generator_rule'.
CREATE sequence shop_item_generator_rule_id_sequence start 1;
Version 2.26
Version 2.34
= Version 2.26 =
CREATE sequence shop_item_generator_rule_id_sequence start 1;
= Version 2.34 =
DROP sequence shop_item_generator_rule_id_sequence;