acq.invoice_method

Columns

Column Type Nullable Default Notes

code PK

text

No

name

text

No

Primary Key

(code)

Indexes

Index Method Definition

invoice_method_pkey PK

btree

CREATE UNIQUE INDEX invoice_method_pkey ON acq.invoice_method USING btree (code)

Referenced By

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

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

acq.invoice

recv_method

code

invoice_recv_method_fkey

acq.shipment_notification

recv_method

code

shipment_notification_recv_method_fkey