salix/modules/mdb/back/models/mdbBranch.json

21 lines
407 B
JSON
Raw Permalink Normal View History

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