Database – Data Dump Entity (data_dump_entity)
Description
This holds information about various CSV or PDF files generated holding entity information.
Column |
Data Type |
Column Info |
Value Notes |
Other |
id |
int(11) |
The id of the entity |
||
entity_type |
char(100) |
Type of the associated entity |
||
scheduled |
tinyint(4) |
|||
file_name |
varchar(255) |
Name of the file being imported |
||
url |
text |
The link to the generated file |
||
status |
char(100) |
Status code of the entity |
||
created |
timestamp |
Timestamp of when the entity was created |
||
lastUpdated |
timestamp |
Timestamp of when the entity was last updated |
||
create_user |
varchar(255) |
ID of the user that created the entity |
||
info |
varchar(100) |
Extra information about an entity instance |
||
deleted |
tinyint(4) |
Whether or not the entity was deleted |
1 - yes, 0 - no |