INDEPENDENT_STATE_VARIABLE
Description
This table stores information about the independent state variables.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the independent state variable. |
| NAME | varchar | The name of the independent state variable. |
| INITIAL_VALUE_INDEPENDENT_ST_0 | bigint | The initial value of the independent state variable. |
Constraints
- PRIMARY KEY (ID)