Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
EventConsumerSeq | int identity | 4 | √ | null |
|
|
||
Consumer | varchar | 100 | null |
|
|
|||
EventType | varchar | 100 | null |
|
|
|||
EventSubType | varchar | 100 | √ | ('') |
|
|
||
ActiveFlag | bit | 1 | null |
|
|
|||
LastRetrievalEventSeq | int | 4 | √ | null |
|
|
||
LastRetrievalEventCount | int | 4 | √ | null |
|
|
||
LastRetrievalDatetime | datetime | 16,3 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_EventConsumer | Primary key | Asc | EventConsumerSeq |
AK_EventConsumer_Consumer_EventType_EventSubType_EventConsumerSeq | Must be unique | Asc/Asc/Asc/Asc | Consumer + EventType + EventSubType + EventConsumerSeq |