liquibase.harness.change.expectedSnapshot.edb.createView.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.View": [
{
"view": {
"definition": " SELECT authors.id,\n authors.first_name,\n authors.last_name,\n authors.email\n FROM authors;",
"name": "test_view"
}
}]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy