Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_forum_subscriptions_id_seq'::regclass) |
|
|
||||
userid | int8 | 19 | 0 |
|
|
|||||
forum | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_forusubs_id_pk | Primary key | Asc | id |
app_forusubs_for_ix | Performance | Asc | forum |
app_forusubs_use_ix | Performance | Asc | userid |
app_forusubs_usefor_uix | Must be unique | Asc/Asc | userid + forum |