Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_wiki_links_id_seq'::regclass) |
|
|
||||
subwikiid | int8 | 19 | 0 |
|
|
|||||
frompageid | int8 | 19 | 0 |
|
|
|||||
topageid | int8 | 19 | 0 |
|
|
|||||
tomissingpage | varchar | 255 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_wikilink_id_pk | Primary key | Asc | id |
app_wikilink_fro_ix | Performance | Asc | frompageid |
app_wikilink_sub_ix | Performance | Asc | subwikiid |