You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice tool! However, I observed that it has problems with default values like in:
Could not parse statement:
CREATETABLEpublic.history_partnerbeziehung (
uniqueid bigintNOT NULL,
erfasstam timestamp without time zone,
ersetztam timestamp without time zone,
gueltigab timestamp without time zone,
gueltigbis timestamp without time zone,
historicpartnerid1 bigintNOT NULL,
historicpartnerid2 bigintNOT NULL,
id bigintNOT 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
);
The text was updated successfully, but these errors were encountered:
Nice tool! However, I observed that it has problems with default values like in:
The text was updated successfully, but these errors were encountered: