Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('savedsearch_id_seq'::regclass) |
|
|
|||||
query | text | 2147483647 | √ | null |
|
|
|||||
creator_id | int8 | 19 | null |
|
|
||||||
definitionpoint_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
savedsearch_pkey | Primary key | Asc | id |
index_savedsearch_creator_id | Performance | Asc | creator_id |
index_savedsearch_definitionpoint_id | Performance | Asc | definitionpoint_id |