Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('list_members_id_seq'::regclass) |
|
|
|||||
| list_id | int4 | 10 | null |
|
|
||||||
| member_id | int4 | 10 | null |
|
|
||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| list_members_pkey1 | Primary key | Asc | id |
| index_list_members_on_list_id_member_id | Performance | Asc/Asc | list_id + member_id |

