Database – Time Slot for Work Items (time_slot_entity)
Useful for LoanPro Developers Only!
Use of this table by 3rd parties is not officially supported!
Holds approximate time slot information for scheduled tasks.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
work_item_id | int(11) | associated work item | ||
start | timestamp | start time | ||
end | timestamp | end time | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |