Stores deployment configuration information for the targetDef item type in the PublishingRepository.

This table is used by the targetDef item’s destinations map property, whose key is a path to a source repository and whose value is a path to a destination repository.

Column

Data Type

Constraint

target_id

VARCHAR(40)

(primary key)

The unique ID for a target.

target_source

VARCHAR(100)

not null

(primary key)

The path to the source repository.

target_destination

VARCHAR(100)

not null

The path to the destination repository.