Database – Collector Queue To Loan Map (collector_queue__loan)
Description
This provides a many-to-many map of collector queues to loans. This allows for a collector queue to hold specific loans rather than just queries.
Table Fields
Field | Data Type | Column Info | Value Notes |
collector_queue_id | int(11) | ID of associated collector queue | |
loan_id | int(11) | The id of the associated loan account | |
loan_type | varchar(100) | The loan type | Default is set to: Entity.Loan |
position | bigint(11) | Position that the step appears during the custom boarding process | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |