{ "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" } } }