provider_contact

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('acq.provider_contact_id_seq'::regclass)
provider.primary_contact acq_provider_primary_contact_fkey N
provider_contact_address.contact provider_contact_address_contact_fkey R
provider int4 10 null
provider.id provider_contact_provider_fkey R
name text 2147483647 null
role text 2147483647 null
email text 2147483647 null
phone text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
provider_contact_pkey Primary key Asc id

Relationships