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
You see how it is creating a PK with o_id DESC. This is cockroach-specific syntax not available in regular postgresql. In postgresql, you can only create primary keys with asc columns. Our generic postgresql support doesn’t have support for WITH INDEX primary keys like we do for other databases, I’m not sure if that is a good fit for this fix or not, though.
The text was updated successfully, but these errors were encountered:
See the Slack thread for more info: https://cockroachlabs.slack.com/archives/CUG42HAN9/p1590500097054500
Dataical has added a cockroachdb-support branch that has a CockroachDatabase class.
When using Liquibase to make a table definition like this in CockroachDB, it errors out.
The text was updated successfully, but these errors were encountered: