Database – Custom Form Tool to Loan Map (custom_form_tool__loan)
Description
This provides a many-to-many map of custom form tools generating forms to loans to generate forms for.
Table Fields
Field | Data Type | Column Info | Value Notes |
loan_id | int(11) | The id of the associated loan account | The loan ID the custom form tool is associated with. |
loan_type | varchar(100) | The loan type | Default is set to: Entity.Loan |
custom_form_tool_id | int(11) | ID of associated custom form tool entity | The ID of the specific custom form tool. |
lastUpdated | timestamp | Timestamp of when the entity was last updated | The date the custom from tool was last updated. |