22 lines
275 B
JSON
22 lines
275 B
JSON
|
{
|
||
|
"name": "RoleConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "account.roleConfig"
|
||
|
}
|
||
|
},
|
||
|
"mixins": {
|
||
|
"AccountSynchronizer": {}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"mysqlPassword": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|