IMAGEALBUMEXTENSION (4.0SP17)

Image Album Extension

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

IMAGEALBUMID

int

false

FK to IMAGEALBUM

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

OWNERGUID

uniqueidentifier

false

Owner Guid

OWNERTYPECODE

tinyint

false

0

Owner type code

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.

OWNERTYPE

nvarchar(11) (Computed)

true

Provides a translation for the 'OWNERTYPECODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_IMAGEALBUMEXTENSION_DATEADDED

DATEADDED

False

False

True

IX_IMAGEALBUMEXTENSION_DATECHANGED

DATECHANGED

False

False

False

IX_IMAGEALBUMEXTENSION_OWNERGUID

OWNERGUID

False

False

False

PK_IMAGEALBUMEXTENSION

ID

True

True

False

UIX_IMAGEALBUMEXTENSION_IMAGEALBUMID

IMAGEALBUMID

True

False

False

Triggers
Trigger Name Description

TR_IMAGEALBUMEXTENSION_AUDIT_UPDATE

TR_IMAGEALBUMEXTENSION_AUDIT_DELETE