CREATE SEQUENCE cateogry_id_seq; ALTER TABLE category ALTER COLUMN category_id SET DEFAULT nextval('cateogry_id_seq');