All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.expectedSnapshot.addAutoIncrement.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "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