Database – Loan Summary View Container Entity (loan_summary_view_container_entity)
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | ID of the entity | ||
name | varchar(255) | Name of the entity instance | ||
definition | text | Definition of the entity instance | ||
default | tinyint(1) | |||
section_count | tinyint(4) | Count of the associated section for the entity | ||
created_by | int(11) | ID of the agent user that created the entity | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(4) | Whether the entity was deleted | 1 - yes, 0 - no |