salix/back/models/user.json

19 lines
260 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": {
2020-11-13 09:33:34 +00:00
"table": "salix.User"
2018-12-17 10:28:39 +00:00
}
},
2017-10-13 14:22:45 +00:00
"properties": {
"id": {
"id": true,
2022-05-12 07:47:47 +00:00
"type": "number",
2017-10-13 14:22:45 +00:00
"forceId": false
},
"username":{
"type": "string"
}
}
}