Database – Schedule Roll Template (schedule_roll_template_entity)
Holds schedule roll template information.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
title | varchar(255) | The name/title of the entity instance | ||
prorate_1st_payment | tinyint(1) | Whether or not to pro-rate 1st payment | 1 - yes, 0 - no | |
calculation_type | char(29) | calculation type | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |