MMv4 KB
 
dropship_ship_method_assoc DB Table
  Last Edited - 08/6/2009 11:37am PDT
  Category Path - Developer's Guide > Database Structure
 

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
Powered by ModularKB