domainOrder
The domainOrder table stores the queue of domains for queued discovery. This table belongs to the category domains.
The following table describes the domainOrder table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| domainName | 255-character string |
Primary key Not null |
The name of the triggering domain. When the discovery of this domain finishes, the discovery of the triggered domain starts. |
| domainAfter | 255-character string | Not null | The name of the triggered domain. The discovery of this domain starts when the discovery of the triggering domain finishes. |