Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.fund_transfer_id_seq'::regclass) |
|
|
|||||
| src_fund | int4 | 10 | null |
|
|
||||||
| src_amount | numeric | 0 | null |
|
|
||||||
| dest_fund | int4 | 10 | √ | null |
|
|
|||||
| dest_amount | numeric | 0 | √ | null |
|
|
|||||
| transfer_time | timestamptz | 35,6 | now() |
|
|
||||||
| transfer_user | int4 | 10 | null |
|
|
||||||
| note | text | 2147483647 | √ | null |
|
|
|||||
| funding_source_credit | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fund_transfer_pkey | Primary key | Asc | id |
| acqftr_usr_idx | Performance | Asc | transfer_user |
