Database – Loan Lock (loan_lock)
Description
If data is being written to a loan record, the record will be locked, so if other data is submitted, an error will be returned. This ensures that conflicting data doesn't cause any database issues.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
loan_id | int(10) | The ID of the associated loan. | |
lock_action | varchar(45) | ||
extra | varchar(255) | ||
lastUpdated | timestamp | Specifies when the loan lock was last updated. |