liquibase.harness.change.expectedSnapshot.sqlite.addDefaultValueDate.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Column": [
{
"column": {
"defaultValue": "1975-02-25\\!\\{java.sql.Date\\}",
"name": "dateColumn",
"nullable": true,
"type": {
"typeName": "DATE"
}
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy