liquibase.harness.change.expectedSnapshot.addAutoIncrement.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Table": [
{
"table": {
"name": "autoincrement_test"
}
}
],
"liquibase.structure.core.Column": [
{
"column": {
"autoIncrementInformation": {
"incrementBy": "1\\!\\{java.math.BigInteger\\}",
"startWith": "1\\!\\{java.math.BigInteger\\}"
},
"name": "intColumn",
"nullable": false
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy