Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('vandelay.match_set_id_seq'::regclass) |
|
|
|||||||||||
| name | text | 2147483647 | null |
|
|
||||||||||||
| owner | int4 | 10 | null |
|
|
||||||||||||
| mtype | text | 2147483647 | 'biblio'::text |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| match_set_pkey | Primary key | Asc | id |
| name_once_per_owner_mtype | Must be unique | Asc/Asc/Asc | name + owner + mtype |
