Entity Relationships
Entity relationships define how records can be related to each other in the database, their associations and dependencies.
There are two types of entity relationships in FintechOS Studio:
- 1:N (One-to-Many) - an entity relationship where one entity record for the primary entity (parent entity) can be linked to many other entities (child entities).
- N:N (Many-to-Many) - an entity relationship where many entity records can be linked to many child entities.
When viewing a parent entity in the user interface, you can also view the list of child entities.