Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('dedupe_blocks_id_seq'::regclass) |
|
|
|||||
| member_id | int4 | 10 | null |
|
|
||||||
| block_key | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| dedupe_blocks_pkey | Primary key | Asc | id |
| index_dedupe_blocks_on_block_key | Performance | Asc | block_key |
| index_dedupe_blocks_on_member_id | Performance | Asc | member_id |



