liquibase.harness.change.expectedSnapshot.postgresql.11.createSequence.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Sequence": [
{
"sequence": {
"dataType": "integer",
"incrementBy": "1.*",
"maxValue": "2147483647.*",
"minValue": "1.*",
"name": "test_sequence",
"startValue": "1.*",
"willCycle": false
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy