
liquibase.harness.change.expectedSnapshot.mysql.tidb.createView.json Maven / Gradle / Ivy
The newest version!
{
"snapshot": {
"objects": {
"liquibase.structure.core.View": [
{
"view": {
"definition": "SELECT `id` AS `id`,`first_name` AS `first_name`,`last_name` AS `last_name`,`email` AS `email` FROM `lbcat`.`authors`",
"name": "test_view"
}
}]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy