Database – Linked Loan Option (linked_loan_option_entity)
Holds options over various linked loans.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
title | varchar(100) | The name/title of the entity instance | ||
description | varchar(255) | The description of the entity instance | ||
entity_type | varchar(100) | Type of the associated entity | ||
rules | varchar(255) | Link rules | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |