MMv4 KB
 
review_ceriteria DB table
  Last Edited - 06/2/2010 9:13am PDT
  Category Path - Developer's Guide > Database Structure
 
This article outlines the database structure for the MMv4 review_criteria database table.

  • id
    The review criteria's System ID (SID) number.
    int(10) | unsigned | auto increment | primary key | indexed
  • name
    Name of the review criteria.
    varchar(255) | indexed
  • description
    The description of the review criteria.
    varchar(255) | indexed
Powered by ModularKB