MMv4 KB
 
order_item_royalty_assoc DB table
  Last Edited - 05/24/2010 12:47pm PDT
  Category Path - Developer's Guide > Database Structure
 
This article outlines the database structure for the MMv4 order_item_royalty_assoc database table.

  • id
    Primary Key of the table.
    int(10) | unsigned | auto increment | primary key | indexed
  • order_item_id
    Reference to the order_item.id that this item is associated with.
    int(10) | unsigned | indexed
  • vid
    Reference to the vendor.id that this item is associated with.
    int(10) | unsigned | indexed
  • royalty
    The amount in which the royalty is worth.
    double(16,2) | indexed
Powered by ModularKB