28 lines
397 B
JSON
28 lines
397 B
JSON
{
|
|
"name": "MailAliasVnUser",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "VnUser.mailAliasVnUser"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true
|
|
}
|
|
},
|
|
"relations": {
|
|
"alias": {
|
|
"type": "belongsTo",
|
|
"model": "MailAlias",
|
|
"foreignKey": "mailAlias"
|
|
},
|
|
"user": {
|
|
"type": "belongsTo",
|
|
"model": "VnUser",
|
|
"foreignKey": "VnUser"
|
|
}
|
|
}
|
|
}
|