Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.invoice_id_seq'::regclass) |
|
|
||||||||
| receiver | int4 | 10 | null |
|
|
|||||||||
| provider | int4 | 10 | null |
|
|
|||||||||
| shipper | int4 | 10 | null |
|
|
|||||||||
| recv_date | timestamptz | 35,6 | now() |
|
|
|||||||||
| recv_method | text | 2147483647 | 'EDI'::text |
|
|
|||||||||
| inv_type | text | 2147483647 | √ | null |
|
|
||||||||
| inv_ident | text | 2147483647 | null |
|
|
|||||||||
| payment_auth | text | 2147483647 | √ | null |
|
|
||||||||
| payment_method | text | 2147483647 | √ | null |
|
|
||||||||
| note | text | 2147483647 | √ | null |
|
|
||||||||
| close_date | timestamptz | 35,6 | √ | null |
|
|
||||||||
| closed_by | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| invoice_pkey | Primary key | Asc | id |
| inv_ident_once_per_provider | Must be unique | Asc/Asc | provider + inv_ident |
