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

liquibase.harness.snapshot.expectedSnapshot.h2.addUniqueConstraint.json Maven / Gradle / Ivy

The newest version!
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.Table": [
        {
          "table": {
            "name": "TEST_TABLE"
          }
        }
      ],
      "liquibase.structure.core.Index": [
        {
          "index": {
            "name": "TEST_UNIQUE_CONSTRAINT_INDEX_C",
            "unique": true
          }
        }
      ],
      "liquibase.structure.core.UniqueConstraint": [
        {
          "uniqueConstraint": {
            "deferrable": false,
            "disabled": false,
            "initiallyDeferred": false,
            "name": "TEST_UNIQUE_CONSTRAINT",
            "validate": true
          }
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy