Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
EventAttendeeConsentSeq | int identity | 4 | √ | null |
|
|
||||
AttendeeID | int | 4 | null |
|
|
|||||
EventConsentSeq | int | 4 | √ | null |
|
|
||||
EventConsentDescription | varchar | 2147483647 | √ | null |
|
|
||||
ConsentGivenFlag | bit | 1 | √ | ((0)) |
|
|
||||
ConsentGivenByID | int | 4 | √ | null |
|
|
||||
ConsentGivenDate | datetime | 16,3 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_EventAttendeeConsent | Primary key | Asc | EventAttendeeConsentSeq |
AK_EventAttendeeConsent_ID | Performance | Asc/Asc | AttendeeID + EventConsentSeq |