auditor.acq_fund_debit_history

Columns

Column Type Nullable Default Notes

audit_id PK

bigint

No

audit_time

timestamp with time zone

No

audit_action

text

No

audit_user

integer

Yes

audit_ws

integer

Yes

id

integer

No

fund

integer

No

origin_amount

numeric

No

origin_currency_type

text

No

amount

numeric

No

encumbrance

boolean

No

debit_type

text

No

xfer_destination

integer

Yes

create_time

timestamp with time zone

No

invoice_entry

integer

Yes

Primary Key

(audit_id)

Indexes

Index Method Definition

acq_fund_debit_history_pkey PK

btree

CREATE UNIQUE INDEX acq_fund_debit_history_pkey ON auditor.acq_fund_debit_history USING btree (audit_id)