{ "name": "ProcsPriv", "base": "VnModel", "options": { "mysql": { "table": "mysql.procs_priv" } }, "properties": { "name": { "id": 1, "type": "string", "mysql": { "columnName": "Routine_name" } }, "schema": { "id": 3, "type": "string", "mysql": { "columnName": "Db" } }, "role": { "type": "string", "mysql": { "columnName": "user" } }, "type": { "id": 2, "type": "string", "mysql": { "columnName": "Routine_type" } }, "host": { "type": "string", "mysql": { "columnName": "Host" } } } }