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

liquibase.harness.change.expectedSnapshot.edb-edb.16.createView.json Maven / Gradle / Ivy

The newest version!
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.View": [
        {
          "view": {
            "definition": "SELECT id,\n    first_name,\n    last_name,\n    email\n   FROM authors;",
            "name": "test_view"
          }
        }]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy