Open erwin-frohsinn opened 4 months ago
I have same issue:
CREATE TABLE public.warranty_warrantydocument (
id int8 GENERATED BY DEFAULT AS IDENTITY( INCREMENT BY 1 MINVALUE 1 MAXVALUE 9223372036854775807 START 1 CACHE 1 NO CYCLE) NOT NULL,
user_uuid uuid NULL,
warranty_id int8 NOT NULL,
CONSTRAINT warranty_warrantydocument_user_uuid_key UNIQUE (user_uuid),
CONSTRAINT warranty_warrantydocument_pkey PRIMARY KEY (id),
CONSTRAINT warranty_warrantydoc_warranty_id_073e66df_fk_warranty_ FOREIGN KEY (warranty_id) REFERENCES public.warranty(id) DEFERRABLE INITIALLY DEFERRED
);
This table info not in data json
Describe the bug The following is not parsed:
To Reproduce Parse with simple_ddl_parser
Desktop (please complete the following information):
Probable causes: id contains valid ddl code but prevents the columns from being parsed the constraint which checks the the email is not accepted