Contains information about target sites.
Column | Data Type | Constraint | Description |
---|---|---|---|
| VARCHAR(40) | not null | The unique ID for a target. |
| VARCHAR(255) | null | The branch associated with the target. |
| VARCHAR(255) | null | The name of the target’s initial snapshot. |
| VARCHAR(255) | null | The branch from which the target should be initialized. |
| BIGINT | not null | The version of the target. |
| TIMESTAMP | null | The time the target definition was created. |
| VARCHAR(40) | null | The main target ID associated with the target definition. The target ID identified in the |
| WVARCHER(255) | null | The name of the target. |
| VARCHAR(1024) | null | The description of the target. |
| TINYINT | null | Indicates whether the target is accepting deployments. |
| TINYINT | null | Indicates whether the target accepts import (1) or full (0) deployment during initialization. |