fix: for vue3 database

This commit is contained in:
2023-10-20 19:27:46 +08:00
parent 0633f38ca0
commit 92a9c4f1d6
2 changed files with 41 additions and 267 deletions

View File

@@ -0,0 +1,41 @@
{
"Version": 1.2,
"General": {
"ContinueOnError": false,
"IncludeDelete": true,
"IncludeInsert": true,
"IncludeUpdate": true,
"RunMultipleSQL": false,
"ShowCompareResultAndDeploymentSQL": true,
"ShowDetails": true,
"SourceCatalog": "",
"SourceCloudInstanceName": "",
"SourceProject": "",
"SourceProjectOwnerNavicatID": "",
"SourceSchema": "omc_db",
"SourceServer": "root@192.168.2.166",
"SourceServerType": "MARIADB",
"TargetCatalog": "",
"TargetCloudInstanceName": "",
"TargetProject": "",
"TargetProjectOwnerNavicatID": "",
"TargetSchema": "omc_db",
"TargetServer": "omc@192.168.2.211",
"TargetServerType": "MARIADB",
"UseTransaction": false
},
"Tables": [
{
"Source": {
"Name": "sys_menu",
"ObjectType": "Table_MARIADB"
},
"Target": {
"Name": "sys_menu",
"ObjectType": "Table_MARIADB"
},
"Keys": [],
"Fields": []
}
]
}