Contains information about mapping items and associated attribute value items.

Column

Data Type

Constraint

mapper_id

VARCHAR(40)

not null

(primary key)

The unique ID for an item mapping, item view mapping, or property view mapping.

attribute_id

VARCHAR(40)

not null

(primary key)

The unique ID for an attribute value.

name

VARCHAR(64)

not null

The name of the attribute.

 
loading table of contents...