
liquibase.harness.change.expectedSnapshot.db2-luw.addColumn.json Maven / Gradle / Ivy
The newest version!
{
"snapshot": {
"objects": {
"liquibase.structure.core.Table": [
{
"table": {
"name": "add_column_test"
}
}
],
"liquibase.structure.core.Column": [
{
"column": {
"name": "varcharColumn"
},
"column": {
"name": "intColumn"
},
"column": {
"name": "dateColumn"
}
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy