MMv4 KB
 
order_zone_fee_assoc DB Table
  Last Edited - 07/6/2009 10:06am PDT
  Category Path - Developer's Guide > Database Structure
 

This article outlines the database structure for the MMv4 order_zone_fee_assoc database table.

  • order_id
    Reference to the order's SID number: orders.id.
    int(10) | unsigned | indexed
  • zone_fee_id
    Reference to the zone fee's SID number: zone_fee.id.
    int(10) | unsigned | indexed
Powered by ModularKB