Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('sale_order_option_id_seq'::regclass) |
|
|
|||||
| order_id | int4 | 10 | √ | null |
|
|
Sales Order Reference |
||||
| product_id | int4 | 10 | null |
|
|
Product |
|||||
| line_id | int4 | 10 | √ | null |
|
|
Line |
||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
||||
| uom_id | int4 | 10 | null |
|
|
Unit of Measure |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| name | text | 2147483647 | null |
|
|
Description |
|||||
| quantity | numeric | 0 | null |
|
|
Quantity |
|||||
| price_unit | numeric | 0 | null |
|
|
Unit Price |
|||||
| discount | numeric | 0 | √ | null |
|
|
Discount (%) |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| sale_order_option_pkey | Primary key | Asc | id |
| sale_order_option__order_id_index | Performance | Asc | order_id |

