2022-05-25 12:59:28 +00:00
|
|
|
{
|
|
|
|
"name": "MdbBranch",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "mdbBranch"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"name": {
|
|
|
|
"id": true,
|
|
|
|
"type": "string",
|
|
|
|
"description": "Identifier"
|
2023-02-03 11:46:01 +00:00
|
|
|
},
|
|
|
|
"dsName": {
|
|
|
|
"id": true,
|
|
|
|
"type": "string",
|
2023-02-03 11:50:19 +00:00
|
|
|
"description": "ODBC name"
|
2022-05-25 12:59:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|