acq.fund_allocation
|
Cascading Deletes: Deleting rows from this table will cascade to: acq.fund, acq.funding_source. |
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('acq.fund_allocation_id_seq'::regclass) |
|
funding_source FK |
|
No |
||
fund FK |
|
No |
||
amount |
|
No |
||
allocator FK |
|
No |
||
note |
|
Yes |
||
create_time |
|
No |
now() |