Command Definition Dependency¶
This table is used to store the parent/child relationship between different definitions. This definition
Note
In the case of definitions generated from update_agg_pct_batch, the reads_from and writes_to fields are used to figure out which are dependant on another.
Database Structure¶
| Label | Type | Description |
|---|---|---|
| id | UUID |
|
| parent | CommandDefinition | The parent definition |
| child | CommandDefinition | The child definition |
| created | DateTime |
When this account was created, used for debugging purposes |