CREATE SEQUENCE line_item_id_seq START WITH 10001 MAXVALUE 999999999 NOCYCLE;
Show comments for this question (1) Add comments Link to this question