Database – Customer Website FAQ Entry (faq_entry_entity)
Description
Holds questions and answers to display on the customer website (also referred to as "Borrower Portal", "Customer Portal", "Customer-facing website").
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
question | varchar(500) | Question asked | ||
answer | text | Answer to question | ||
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 |