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

liquibase.harness.change.expectedSnapshot.mariadb.10.7.createPackageBody.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "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 - 2024 Weber Informatics LLC | Privacy Policy