Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('sale_order_template_option_id_seq'::regclass) |
|
|
|||||
| sale_order_template_id | int4 | 10 | null |
|
|
Quotation Template Reference |
|||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| product_id | int4 | 10 | null |
|
|
Product |
|||||
| uom_id | int4 | 10 | null |
|
|
Unit of Measure |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| name | jsonb | 2147483647 | null |
|
|
Description |
|||||
| quantity | numeric | 0 | null |
|
|
Quantity |
|||||
| 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_template_option_pkey | Primary key | Asc | id |
| sale_order_template_option__company_id_index | Performance | Asc | company_id |
| sale_order_template_option__sale_order_template_id_index | Performance | Asc | sale_order_template_id |

