Products_Custom_Attributes
The table below describes the Products_Custom_Attributes table in the Complete database schema.
This is a virtual table, and is linked to the Products table in the Complete database schema (see Products).
This table contains the following foldable column:
- Sku
This table does not contain Return Primary Key columns.
Column Name | SQL Type | Updatable | Nullable |
---|---|---|---|
Custom_Attributes_Index Primary Key |
SQL_INTEGER(unsigned) | False | True |
Sku Primary Key Foreign Key linked to column Sku in Products table |
SQL_VARCHAR(255) | True | True |
Custom_Attributes_Attribute_Code |
SQL_VARCHAR(255) | False | True |
Custom_Attributes_Value |
SQL_VARCHAR(3000) | False | True |