Database – Linked loan info (linked_loan__entity)
Description
Holds information for links between various loan entities.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
loan | int(11) | Primary loan ID | ||
linked_loan | int(11) | Linked loan id | ||
option_id | int(11) | Linked loan option id | ||
value | tinyint(1) | Linked loan value | 1 - yes, 0 - no | |
updated | timestamp | timestamp of when the entity was last updated | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |