This article outlines the database structure for the MMv4 ospg_order_item_royalty_assoc database table.
Note: This database table is used to store information about orders sent to an Off Site Payment Gateway.
- 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
|