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

liquibase.harness.snapshot.expectedSnapshot.mariadb.createView.json Maven / Gradle / Ivy

The newest version!
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.Table": [
        {
          "table": {
            "name": "view_table"
          }
        }
      ],
      "liquibase.structure.core.View": [
        {
          "view": {
            "definition": "select `lbcat`.`view_table`.`test_column` AS `test_column` from `lbcat`.`view_table`",
            "name": "test_view",
            "remarks": "VIEW"
          }
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy