This article outlines the database structure for the MMv4 product_field_assoc database table.
- pid
Reference to the product's SID number: product.id.
int(10) | unsigned | indexed
- field_id
Reference to the product field SID number: product_field.id.
int(10) | unsigned indexed
|