Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('lists_id_seq'::regclass) |
|
|
|||||||||||||||||
| name | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||||||||||||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||||||||||||||
| member_count | int4 | 10 | 0 |
|
|
||||||||||||||||||
| synced_to_redshift | bool | 1 | false |
|
|
||||||||||||||||||
| permanent | bool | 1 | false |
|
|
||||||||||||||||||
| search_id | int8 | 19 | √ | null |
|
|
|||||||||||||||||
| int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| lists_pkey | Primary key | Asc | id |
| index_lists_on_author_id | Performance | Asc | author_id |
| index_lists_on_permanent | Performance | Asc | permanent |
| index_lists_on_search_id | Performance | Asc | search_id |
| index_lists_on_synced_to_redshift | Performance | Asc | synced_to_redshift |

