Field | Type | Default | Description |
---|---|---|---|
id | int (11) | NOT NULL | PRIMARY KEY - Auto increment field to hold unique ID |
sku | varchar(15) | NULL | Holds the sku of the created master stock item. This will be the Master Stock base sku (10 characters) plus the 2 character codes for each of the two attributes assigned to the master stock item. |
attr_name_0 | varchar(16) | NULL | Holds the short description of the first attribute |
attr_name_1 | varchar(16) | NULL | Holds the short description of the second attribute |
attr_0 | varchar(255) | NULL | Hold a textual description of the first attribute providing a more detailed description of the attribute. |
attr_1 | varchar(255) | NULL | Hold a textual description of the second attribute providing a more detailed description of the attribute. |