liquibase.harness.change.expectedSnapshot.sqlite.addDefaultValue.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Column": [
{
"column": {
"defaultValue": "varchar_test",
"name": "varcharColumn",
"nullable": true,
"type": {
"typeName": "VARCHAR(255)"
}
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy