Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.fund_debit_id_seq'::regclass) |
|
|
||||||||||||||
| fund | int4 | 10 | null |
|
|
|||||||||||||||
| origin_amount | numeric | 0 | null |
|
|
|||||||||||||||
| origin_currency_type | text | 2147483647 | null |
|
|
|||||||||||||||
| amount | numeric | 0 | null |
|
|
|||||||||||||||
| encumbrance | bool | 1 | true |
|
|
|||||||||||||||
| debit_type | text | 2147483647 | null |
|
|
|||||||||||||||
| xfer_destination | int4 | 10 | √ | null |
|
|
||||||||||||||
| create_time | timestamptz | 35,6 | now() |
|
|
|||||||||||||||
| invoice_entry | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fund_debit_pkey | Primary key | Asc | id |
| fund_debit_invoice_entry_idx | Performance | Asc | invoice_entry |
