{
"code": "my-db",
"schemas": [
"myvc",
"my_db"
],
"fixtures": {
"myvc": [
"version",
"versionUser"
"my_db": [
"table1",
"table2"
]
}