EventAttendeeConsentsHistory


Columns

Column Type Size Nulls Auto Default Children Parents Comments
EventAttendeeConsentsHistorySeq int identity 4 null
TransactionGUID uniqueidentifier 16 null
TransactionMode char 1 null
EventAttendeeConsentSeq int 4 null
AttendeeID int 4 null
EventConsentSeq int 4 null
EventConsentDescription varchar 2147483647 null
ConsentGivenFlag bit 1 null
ConsentGivenByID int 4 null
ConsentGivenDate datetime 16,3 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
AK_EventAttendeeConsentsHistory_EventAttendeeConsentsHistorySeq Performance Asc EventAttendeeConsentsHistorySeq