LOCAL_STATE_VARIABLE

Description

This table stores local state variables.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the local state variable.
NAME varchar The name of the local state variable.
VALUE_EXPRESSION longtext The expression that defines the value of the local state variable.
LOCAL_VARIABLES_STATE ID bigint The foreign key referencing the ID column of the STATE table.
LOCAL_VARIABLES_HJORDER int The order of the local state variable in the hierarchy.

Foreign Key Relationships

  • LOCAL_VARIABLES_STATE ID references STATE (ID)