2019-02-04 06:42:12 +00:00
|
|
|
{
|
2019-02-05 09:48:33 +00:00
|
|
|
"name": "UserConfigView",
|
2019-02-04 06:42:12 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2019-02-05 09:48:33 +00:00
|
|
|
"table": "salix.userConfigView"
|
2019-02-04 06:42:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2019-02-12 16:24:37 +00:00
|
|
|
"type": "Number"
|
|
|
|
},
|
|
|
|
"userFk": {
|
|
|
|
"type": "String",
|
2019-02-04 06:42:12 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"tableCode": {
|
|
|
|
"type": "String",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"configuration": {
|
2019-02-12 16:24:37 +00:00
|
|
|
"type": "Object"
|
2019-02-04 06:42:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
2019-02-05 08:49:33 +00:00
|
|
|
"user": {
|
2019-02-04 06:42:12 +00:00
|
|
|
"type": "belongsTo",
|
2019-02-05 08:49:33 +00:00
|
|
|
"model": "Account",
|
|
|
|
"foreignKey": "userFk"
|
2019-02-04 06:42:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|