attribute_value_css

0 rows


Description

Custom CSS to be applied to and attribute when it is visualized in an HTML context.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
attribute_value_css_id INT UNSIGNED 10 null
attribute_value_css_owner.attribute_value_css_id fk_attribute_value_css_owner_to_attribute_value_cssR
attribute_value_id INT UNSIGNED 10 0
attribute_value.attribute_value_id fk_attribute_value_css_to_attribute_valueR

The attribute value to be formatted with this CSS code.

css VARCHAR 255 NULL

The CSS descriptor(s) to apply to sign interpretations with the linked attribute value.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc attribute_value_css_id
fk_attribute_value_css_to_attribute_value Performance Asc attribute_value_id
unique_attribute_value_css Must be unique Asc/Asc attribute_value_id + css

Relationships