MMv4 KB
 
product_group DB Table
  Last Edited - 07/1/2009 3:27pm PDT
  Category Path - Developer's Guide > Database Structure
 

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

  • id
    Primary Key of the table.
    int(10) | unsigned | auto increment | primary key | indexed
  • name
    Name of the product group.
    varchar(255) | indexed
  • active
    If set to zero, the product group
    is active. Inactive product groups are ignored when the storefront calculates product groups.
    int(10) | unsigned | Values: 0/timestamp | Default: 1 | indexed
Powered by ModularKB