Database – Loan Reverse Calculator Settings (loan_reverse_calc_settings)
Description
Holds reverse calculator settings for a loan.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
query | text | Query used to select entities to process | ||
loans | text | Loan IDs (comma sepearated) | ||
running | tinyint(1) | Whether or not it is running | 1 - yes, 0 - no | |
lastUpdated | timestamp | timestamp of when the entity was last updated | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |