Cockroachdb v0.2.2 connector does not transfer constraints and foreighn keys to PsotgresDB #46337
Unanswered
TheScar1488
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm using Cockroachdb v0.2.2 connector transfering schema+data to PostgresDB (Postgres v2.4.0 connector).
In destination DDL there is no constraints and foreighb keys for table.
Example:
(show create all tables in cocroach sql to get table DDL)
CCDB:
In PostgresDB after transfer:
and no SEQUENCE was created.
Beta Was this translation helpful? Give feedback.
All reactions