Stores logs processed by a bulk event
Data model

Fields
Field |
Type |
Description |
error_log |
VARCHAR (150) |
Error log |
event_status_id* |
INT |
Event status ID |
event_type_id* |
INT |
Event type identifier |
file_name* |
VARCHAR (80) |
Name of the file that was used for the bulk upload |
file_type* |
VARCHAR (10) |
Type of file uploaded in the bulk upload process(.csv, .xlsx) |
id* |
INT |
Unique event identifier |
row_date* |
DATETIME |
Registration Date |
total_failed* |
INT |
Total records processed with failures |
total_successful* |
INT |
Total Records Successfully Processed |
upload_date* |
DATETIME |
Date of update |
Primary Key
PK_AMDM_EVENT_MANAGEMENT |
id |
References