Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| name | text | 2147483647 | √ | null |
|
|
||
| other_name | text | 2147483647 | √ | null |
|
|
||
| id | serial | 10 | √ | nextval('rejected_name_matches_id_seq'::regclass) |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rejected_name_matches_pkey | Primary key | Asc | id |
| rejected_name_matches_name_other_name_idx | Must be unique | Asc/Asc | name + other_name |
