z3950_attr

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('config.z3950_attr_id_seq'::regclass)
z3950_index_field_map.z3950_attr z3950_index_field_map_z3950_attr_fkey R
source text 2147483647 null
z3950_source.name z3950_attr_source_fkey C
name text 2147483647 null
label text 2147483647 null
code int4 10 null
format int4 10 null
truncation int4 10 0

Indexes

Constraint Name Type Sort Column(s)
z3950_attr_pkey Primary key Asc id
z_code_format_once_per_source Must be unique Asc/Asc/Asc code + format + source

Relationships