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

liquibase.harness.compatibility.advanced.expectedSnapshot.example.json Maven / Gradle / Ivy

The newest version!
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.Table": [
        {
          "table": {
            "name": "test_table"
          }
        }
      ],
      "liquibase.structure.core.Column": [
        {
          "column": {
            "name": "test_column",
            "type": {
              "typeName": "INT"
            }
          }
        }
      ],
      "com.datical.liquibase.ext.storedlogic.checkconstraint.CheckConstraint": [
        {
          "checkConstraint": {
            "body": "`test_column` > 0",
            "disabled": false,
            "name": "test_check_constraint"
          }
        }
      ],
      "com.datical.liquibase.ext.storedlogic.function.Function": [
        {
          "function": {
            "body": "CREATE FUNCTION `test_function`() RETURNS varchar(20) CHARSET utf8mb4\nBEGIN\n                                                RETURN 'Hello';\n                                                END",
            "name": "test_function"
          }
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy