The regular "belongsTo" relation.
Optional
{ type: RelationType.BELONGS_TO, model: 'model',} Copy
{ type: RelationType.BELONGS_TO, model: 'model',}
{ type: RelationType.BELONGS_TO, model: 'model', foreignKey: 'modelId',} Copy
{ type: RelationType.BELONGS_TO, model: 'model', foreignKey: 'modelId',}
Generated using TypeDoc
The regular "belongsTo" relation.