DEPENDENT_STATE_VARIABLE

Description

This table stores the dependent state variable information. It includes details such as the name of the variable and its corresponding value expression.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each dependent state variable.
NAME varchar The name of the variable.
VALUE_EXPRESSION longtext The expression for the value of the variable.

Primary Key

  • ID

Foreign Key Relationships

No