Contains information about target sites.

Column

Data Type

Constraint

target_id

VARCHAR(40)

not null

(primary key)

The unique ID for a target.

branch_name

VARCHAR(255)

null

The branch associated with the target.

snapshot_name

VARCHAR(255)

null

The name of the target’s initial snapshot.

init_branch_name

VARCHAR(255)

null

The branch from which the target should be initialized.

version

BIGINT

not null

The version of the target.

creation_time

TIMESTAMP

null

The time the target definition was created.

main_target_id

VARCHAR(40)

null

The main target ID associated with the target definition. The target ID identified in the target_id column is a placeholder for the target ID held in this column.

display_name

WVARCHER(255)

null

The name of the target.

description

VARCHAR(1024)

null

The description of the target.

halted

TINYINT

null

Indicates whether the target is accepting deployments.

flag_agents

TINYINT

null

Indicates whether the target accepts import (1) or full (0) deployment during initialization.

 
loading table of contents...