You can also see it has a FAMILY clause which is a cockroach-specific thing. There is no support in liquibase for this, but their test will not find that it’s missing. We’ll just generate the changelog and it will correctly run without error. But, it would also not create the column family like originally requested.
For this ticket, reproduce the failure, and determine why it's happening.
See the Slack thread for more info: https://cockroachlabs.slack.com/archives/CUG42HAN9/p1590500097054500
Dataical has added a
cockroachdb-support
branch that has aCockroachDatabase
class.When using Liquibase to make a table definition like this in CockroachDB, it errors out.
For this ticket, reproduce the failure, and determine why it's happening.