PROJECTMEDIALINK (4.0SP17)

This table contains notes belonging to project.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

AUTHORID

uniqueidentifier

true

The author of the media link.

PROJECTMEDIALINKTYPECODEID

uniqueidentifier

false

Indicates the user-defined type of this media link.

PROJECTID

uniqueidentifier

false

The project record to which this media link belongs.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEENTERED

datetime

false

The date that the media link was entered

TITLE

nvarchar(50)

false

''

The title of the media link.

MEDIAURL

UDT_WEBADDRESS

false

''

The web address of the associated document or media.

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_PROJECTMEDIALINK_AUTHORID

AUTHORID

False

False

False

IX_PROJECTMEDIALINK_DATEADDED

DATEADDED

False

False

True

IX_PROJECTMEDIALINK_DATECHANGED

DATECHANGED

False

False

False

IX_PROJECTMEDIALINK_PROJECTID

PROJECTID

False

False

False

PK_PROJECTMEDIALINK

ID

True

True

False

Triggers
Trigger Name Description

TR_PROJECTMEDIALINK_AUDIT_UPDATE

TR_PROJECTMEDIALINK_AUDIT_DELETE