Database – Tenant Backup Logs (tenant_backup_log_entity)
Useful for LoanPro Developers Only!
Use of this table by 3rd parties is not officially supported!
Column |
Data Type |
Column Info |
Value Notes |
Other |
id |
int(11) |
The id of the entity |
||
batch_id |
char(20) |
Batch ID |
||
database |
char(50) |
database info |
||
s3_bucket |
char(50) |
S3 bucket target |
||
s3_path |
varchar(255) |
S3 bucket path |
||
created |
timestamp |
Timestamp of when the entity was created |
||
lastUpdated |
timestamp |
Timestamp of when the entity was last updated |
||
deleted |
tinyint(1) |
Whether or not the entity was deleted |
1 - yes, 0 - no |