hierarchy-data-closure-table icon indicating copy to clipboard operation
hierarchy-data-closure-table copied to clipboard

Error the "prefix_nodes_id_seq" relationship

Open bylli79 opened this issue 7 years ago • 0 comments

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

bylli79 avatar Feb 23 '18 20:02 bylli79