Operators (⚠️ EOL Apr'26)
Provides the mapping of a parent operator and its linked sub-operators.
🛠️ Partner API Alignment Migration
⚠️ This table will be deprecated in April 2026. Migrate to
FUTURE_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 3 days ago
