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