apemandb
Version:
Database for apeman project.
22 lines • 423 B
JSON
{
"$name": "User",
"$description": "System user model",
"$inherits": [
"apemanmodel/defs/user/ap_user.json",
"apemanmodel/defs/abstract/ap_additional.json"
],
"$attributes": {
"keyAlias": {
"$dynamic": true,
"$get": "this.getDataValue('key')"
}
},
"$indexes": {
},
"$hasOne": {
"profile": "UserProfile"
},
"$belongsToMany": {
"projects": "UserProject:Project"
}
}