
liquibase.harness.snapshot.expectedSnapshot.cockroachdb.addPrimaryKey.json Maven / Gradle / Ivy
The newest version!
{
"snapshot": {
"objects": {
"liquibase.structure.core.Table": [
{
"table": {
"name": "test_table"
}
}
],
"liquibase.structure.core.Index": [
{
"index": {
"name": "test_pk",
"unique": true
}
}
],
"liquibase.structure.core.PrimaryKey": [
{
"primaryKey": {
"name": "test_pk"
}
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy