funding_source

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('acq.funding_source_id_seq'::regclass)
fund_allocation.funding_source fund_allocation_funding_source_fkey C
fund_allocation_percent.funding_source fund_allocation_percent_funding_source_fkey R
funding_source_credit.funding_source funding_source_credit_funding_source_fkey R
name text 2147483647 null
owner int4 10 null
org_unit.id funding_source_owner_fkey R
currency_type text 2147483647 null
currency_type.code funding_source_currency_type_fkey R
code text 2147483647 null
active bool 1 true

Indexes

Constraint Name Type Sort Column(s)
funding_source_pkey Primary key Asc id
funding_source_code_once_per_owner Must be unique Asc/Asc code + owner
funding_source_name_once_per_owner Must be unique Asc/Asc name + owner

Relationships