RELATIONSHIPMAPCATALOG (4.0SP20)

Contains the metadata for relationship map specs.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CONTEXTRECORDTYPEID

uniqueidentifier

false

Context record type ID of the relationship map spec.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

The name to identify the relationship map.

DESCRIPTION

nvarchar(255)

false

''

The description of the relationship map.

RELATIONSHIPMAPSPECXML

xml

false

XML used to define the relationship map.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_RELATIONSHIPMAPCATALOG_DATEADDED

DATEADDED

False

False

True

IX_RELATIONSHIPMAPCATALOG_DATECHANGED

DATECHANGED

False

False

False

PK_RELATIONSHIPMAPCATALOG

ID

True

True

False

UC_RELATIONSHIPMAPCATALOG_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_RELATIONSHIPMAPCATALOG_AUDIT_UPDATE

TR_RELATIONSHIPMAPCATALOG_AUDIT_DELETE

Referenced by
Referenced by Field

RELATIONSHIPMAPINSTANCE

RELATIONSHIPMAPID