Skip to content

Could not parse default values #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
aanno opened this issue Mar 11, 2025 · 0 comments
Open

Could not parse default values #13

aanno opened this issue Mar 11, 2025 · 0 comments

Comments

@aanno
Copy link

aanno commented Mar 11, 2025

Nice tool! However, I observed that it has problems with default values like in:

Could not parse statement:
CREATE TABLE public.history_partnerbeziehung (
    uniqueid bigint NOT NULL,
    erfasstam timestamp without time zone,
    ersetztam timestamp without time zone,
    gueltigab timestamp without time zone,
    gueltigbis timestamp without time zone,
    historicpartnerid1 bigint NOT NULL,
    historicpartnerid2 bigint NOT NULL,
    id bigint NOT NULL,
    validation character varying(510) DEFAULT 'UNCHECKED'::character varying NOT NULL,
    verhaeltnis character varying(510) NOT NULL,
    zusatzinfo character varying(510),
    zusatzinfotyp character varying(510) DEFAULT 'UNDEFINED'::character varying NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant