Contains information about an attribute value.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

The unique ID for an attribute value.

attr_value

VARCHAR(2048)

null

The value of an attribute.

 
loading table of contents...