Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
EventConsentSeq | int identity | 4 | √ | null |
|
|
||||
EventsSeq | int | 4 | null |
|
|
|||||
EventConsentTypeCode | varchar | 15 | √ | ('') |
|
|
||||
EventConsentDescription | varchar | 2147483647 | √ | ('') |
|
|
||||
RequiredFlag | bit | 1 | √ | ((0)) |
|
|
||||
OverallConsentFlag | bit | 1 | ((0)) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_EventConsent | Primary key | Asc | EventConsentSeq |
ak_EventsConsents_EventsSeq | Performance | Asc | EventsSeq |