if I execute the following sqll code: CREATE TABLE public.prefix_nodes ( id integer NOT NULL DEFAULT nextval ('prefix_nodes_id_seq' :: regclass), I return as an error the "prefix_nodes_id_seq" relationship does not exist. I'm using postgresql. Can you give me some indication? Thank you