acq.invoice_payment_method

Columns

Column Type Nullable Default Notes

code PK

text

No

name

text

No

Primary Key

(code)

Indexes

Index Method Definition

invoice_payment_method_pkey PK

btree

CREATE UNIQUE INDEX invoice_payment_method_pkey ON acq.invoice_payment_method USING btree (code)

Referenced By

The following tables have foreign keys pointing to acq.invoice_payment_method (1 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

acq.invoice

payment_method

code

invoice_payment_method_fkey