fund_allocation

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('acq.fund_allocation_id_seq'::regclass)
funding_source int4 10 null
funding_source.id fund_allocation_funding_source_fkey C
fund int4 10 null
fund.id fund_allocation_fund_fkey C
amount numeric 0 null
allocator int4 10 null
usr.id fund_allocation_allocator_fkey R
note text 2147483647 null
create_time timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
fund_allocation_pkey Primary key Asc id
fund_alloc_allocator_idx Performance Asc allocator

Relationships