DERIVED_ATTRIBUTE_PARAMETER

Description

This table stores the parameters for derived attributes. It includes details such as the name, type, and value of the parameter.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each derived attribute parameter.
NAME varchar The name of the parameter.
TYPE varchar The type of the parameter.
VALUE_ varchar The value of the parameter.
PARAMETERS DERIVED_ATTRIBUT_0 bigint The ID of the derived attribute associated with the parameter.
PARAMETERS HJORDER int The order of the parameter.

Primary Key

  • ID

Foreign Key Relationship

  • PARAMETERS DERIVED_ATTRIBUT_0 references ID column in DERIVED_ATTRIBUTE table.