This article outlines the database structure for the MMv4 dropship_report_hour_assoc database table.
- dropship_id
The System ID (SID) of the dropship location in which is referenced for this hour.
int(10) | unsigned | indexed
- hour
The hour in which the fulfillment report email will be sent.
int(10) | indexed
|