Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.z3950_index_field_map_id_seq'::regclass) |
|
|
|||||
| label | text | 2147483647 | null |
|
|
||||||
| metabib_field | int4 | 10 | √ | null |
|
|
|||||
| record_attr | text | 2147483647 | √ | null |
|
|
|||||
| z3950_attr | int4 | 10 | √ | null |
|
|
|||||
| z3950_attr_type | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| z3950_index_field_map_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| metabib_field_or_record_attr | (((metabib_field IS NOT NULL) OR (record_attr IS NOT NULL))) |
| attr_or_attr_type | (((z3950_attr IS NOT NULL) OR (z3950_attr_type IS NOT NULL))) |
