This article outlines the database structure for the MMv4 dropship_ship_method_assoc database table.
- dropship_id
Reference to the dropship's SID number: dropship.id
int(10) | unsigned | indexed
- ship_method_id
Reference to the shipping method's SID number: ship_method.id
int(10) | unsigned | indexed
|