merge_profile

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('vandelay.merge_profile_id_seq'::regclass)
owner int4 10 null
org_unit.id merge_profile_owner_fkey C
name text 2147483647 null
add_spec text 2147483647 null
replace_spec text 2147483647 null
strip_spec text 2147483647 null
preserve_spec text 2147483647 null
update_bib_source bool 1 false
update_bib_editor bool 1 false
lwm_ratio numeric 0 null

Indexes

Constraint Name Type Sort Column(s)
merge_profile_pkey Primary key Asc id
vand_merge_prof_owner_name_idx Must be unique Asc/Asc owner + name

Check Constraints

Constraint Name Constraint
add_replace_strip_or_preserve (((preserve_spec IS NOT NULL) OR (replace_spec IS NOT NULL) OR ((preserve_spec IS NULL) AND (replace_spec IS NULL))))

Relationships