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

liquibase.harness.change.expectedSnapshot.mariadb.enableCheckConstraint.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "com.datical.liquibase.ext.storedlogic.checkconstraint.CheckConstraint": [
        {
          "checkConstraint": {
            "body": "`id` > 0",
            "disabled": false,
            "name": "test_check_constraint"
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy