MMv4 KB
 
order_item_report DB Table
  Last Edited - 08/4/2009 2:45pm PDT
  Category Path - Developer's Guide > Database Structure
 

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

  • id
    Primary key of this table.
    int(10) | unsigned | indexed
  • order_item_id
    Reference to the order items's SID number: order_item.id.
    int(10) | unsigned | indexed
  • admin_id
    Reference to the admin's SID number: admin.id.
    int(10) | unsigned | indexed
  • create_date
    Unix timestamp of the date the order item report was created.
    int(10) | unsigned | Values: 0/timestamp | indexed
Powered by ModularKB