Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
voteid | int8 | 19 | null |
|
|
|||||
voterid | int8 | 19 | null |
|
|
|||||
acclaimid | int8 | 19 | null |
|
|
|||||
creationdate | int8 | 19 | null |
|
|
|||||
modificationdate | int8 | 19 | null |
|
|
|||||
votevalue | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
acclaimvote_pk | Primary key | Asc | voteid |
av_acclaim_idx | Performance | Asc | acclaimid |
av_cdate_idx | Performance | Asc | creationdate |
av_votertype_idx | Performance | Asc | voterid |