Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
CommunityEventsCurrentAttributesSeq | int identity | 4 | √ | null |
|
|
||||
EventAttributesSeq | int | 4 | null |
|
|
|||||
ID | int | 4 | null |
|
|
|||||
Comment | varchar | 255 | √ | null |
|
|
||||
Flag | bit | 1 | √ | null |
|
|
||||
Quantity | int | 4 | √ | null |
|
|
||||
OverrideExtendedCostFlag | bit | 1 | √ | null |
|
|
||||
OverrideExtendedCost | money | 21,4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_CommunityEventsCurrentAttributes_CommunityEventsCurrentAttributesSeq | Primary key | Asc | CommunityEventsCurrentAttributesSeq |
AK_CommunityEventsCurrentAttributes_EventAttributesSeqID | Must be unique | Asc/Asc | EventAttributesSeq + ID |