2020-03-09 08:00:03 +00:00
|
|
|
{
|
2023-01-24 08:04:43 +00:00
|
|
|
"name": "MailAliasVnUser",
|
2020-03-09 08:00:03 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2023-01-24 08:04:43 +00:00
|
|
|
"table": "VnUser.mailAliasVnUser"
|
2020-03-09 08:00:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"alias": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "MailAlias",
|
|
|
|
"foreignKey": "mailAlias"
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"type": "belongsTo",
|
2023-01-24 08:04:43 +00:00
|
|
|
"model": "VnUser",
|
|
|
|
"foreignKey": "VnUser"
|
2020-03-09 08:00:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|