liquibase.harness.change.expectedSnapshot.mssql.addDefaultValue.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Column": [
{
"column": {
"computed": false,
"defaultValue": "title_test",
"defaultValueConstraintName": "testConstraint",
"name": "title",
"nullable": true
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy