19 lines
296 B
JSON
19 lines
296 B
JSON
|
{
|
||
|
"name": "user",
|
||
|
"base": "User",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "salix.User"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "number",
|
||
|
"forceId": false
|
||
|
},
|
||
|
"username":{
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|