PRODUCT_META_INFORMATION_VAR_0

Description

Table for storing variant meta information about a product.

Columns

Column Name Data Type Description
ID bigint(20)

NOT NULL

Primary key for the table.
BOOLEAN_VALUE bit(1)

DEFAULT NULL

Boolean value for the variant meta information.
INT_32VALUE int(11)

DEFAULT NULL

Integer value for the variant meta information.
STRING_VALUE varchar(255)

DEFAULT NULL

String value for the variant meta information.

Foreign Key Relationships

None