liquibase.harness.change.expectedSnapshot.postgresql.addNotNullConstraintWithValues.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Column": [
{
"column": {
"name": "columnWithInitialValue",
"nullable": false,
"type": {
"typeName": "int8"
}
}
},
{
"column": {
"name": "columnWithConstraintInSeparateChange",
"nullable": false,
"type": {
"typeName": "int8"
}
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy