Database – Link metadata (linked_info__entity)
Description
Provides a many-to-many relationship between links and various entities.
Column | Data Type | Column Info | Value Notes | Other |
id | int(10) | The id of the entity | ||
linked_loan | int(11) | Linked loan id | ||
entity_type | varchar(100) | Type of the associated entity | ||
entity_id | int(11) | ID of the associated entity | ||
linked_entity_id | int(11) | Associated link id | ||
direction | enum | Link direction |
| |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |