liquibase.harness.change.expectedSnapshot.addDefaultValueSequenceNext.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Column": [
{
"column": {
"autoIncrementInformation": {
"incrementBy": "1\\!\\{java.math.BigInteger\\}",
"startWith": "1\\!\\{java.math.BigInteger\\}"
},
"name": "sequence_referenced_column",
"nullable": true,
"type": {
"typeName": "numeric"
}
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy