
liquibase.harness.snapshot.expectedSnapshot.cockroachdb.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 test_column FROM lbcat.public.view_table",
"name": "test_view"
}
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy