Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('acq.lineitem_attr_id_seq'::regclass) |
|
|
|||||
| definition | int8 | 19 | null |
|
|
||||||
| lineitem | int8 | 19 | null |
|
|
||||||
| attr_type | text | 2147483647 | null |
|
|
||||||
| attr_name | text | 2147483647 | null |
|
|
||||||
| attr_value | text | 2147483647 | null |
|
|
||||||
| order_ident | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| lineitem_attr_pkey | Primary key | Asc | id |
| li_attr_definition_idx | Performance | Asc | definition |
| li_attr_li_idx | Performance | Asc | lineitem |
| li_attr_value_idx | Performance | Asc | attr_value |
