Operators
Provides the mapping of a parent operator and its linked sub-operators.
Name | Data Type | Description |
---|---|---|
operator_id | INTEGER | Primary key, unique identifier for the operator. |
parent_operator_id | INTEGER | Parent operator or NULL if the operator itself is a parent operator. |
operator_name | VARCHAR | The name of the operator. |
created_at | TIMESTAMP | Time of creation for the operator. |
Updated about 8 hours ago