Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | varchar | 36 | null |
|
|
|||||
| invoice_id | varchar | 36 | √ | null |
|
|
||||
| purchase_order_id | varchar | 36 | √ | null |
|
|
||||
| data | json | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| po_order_invoice_relns_pkey | Primary key | Asc | id |
| po_order_invoice_relns_invoice_id_idx | Performance | Asc | invoice_id |
| po_order_invoice_relns_purchase_order_id_idx | Performance | Asc | purchase_order_id |

