dic_use_feature

125 rows


Description

Dictionary of features (e.g. column, wall)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
use_feature_id INT 10 null
material_use.use_feature_id material_use_ibfk_7 R
use_feature VARCHAR 200 null

Feature e.g. wall, column

use_feature_description TEXT 65535 NULL

Definition/decsription of the feature with source if relevant

alternate_names VARCHAR 500 NULL

Any alternate names for the feature

Indexes

Constraint Name Type Sort Column(s)
dic_use_feature_s_pk Primary key Asc use_feature_id
PRIMARY Must be unique Asc use_feature_id
use_feature Performance Asc use_feature

Relationships