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
|