salix/back/models/user.json

19 lines
292 B
JSON
Raw Normal View History

2017-10-13 14:22:45 +00:00
{
"name": "user",
"base": "User",
2018-12-17 10:28:39 +00:00
"options": {
"mysql": {
"table": "salix.User"
}
2018-12-17 10:28:39 +00:00
},
2017-10-13 14:22:45 +00:00
"properties": {
"id": {
"id": true,
"type": "number",
"forceId": false
},
"username":{
"type": "string"
}
2017-10-13 14:22:45 +00:00
}
}