IATSACCOUNT

Stores merchant account information for Ticketmaster's IATS service.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
DESCRIPTION nvarchar(50) Default = '' A description of this account.
USERNAME nvarchar(4000) Default = '' The username for this account.
PASSWORD nvarchar(4000) Default = '' The password for this account.
DATEADDED datetime Default = getdate() Indicates the date this record was added.
DATECHANGED datetime Default = getdate() Indicates the date this record was last changed.
TS timestamp Timestamp.
TSLONG bigint (Computed) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Keys

Foreign Key Field Type Null Notes Description
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_IATSACCOUNT_DATEADDED DATEADDED yes
IX_IATSACCOUNT_DATECHANGED DATECHANGED
PK_IATSACCOUNT ID yes yes
UC_IATSACCOUNT_DESCRIPTION DESCRIPTION yes

Triggers

Trigger Name Description
TR_IATSACCOUNT_AUDIT_UPDATE
TR_IATSACCOUNT_AUDIT_DELETE