16 lines
182 B
JSON
16 lines
182 B
JSON
|
{
|
||
|
"name": "UserSync",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "account.userSync"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"name": {
|
||
|
"type": "string",
|
||
|
"id": true
|
||
|
}
|
||
|
}
|
||
|
}
|