Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('product_supplierinfo_id_seq'::regclass) |
|
|
|||||||||||
| partner_id | int4 | 10 | null |
|
|
Vendor |
|||||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||
| currency_id | int4 | 10 | null |
|
|
Currency |
|||||||||||
| product_id | int4 | 10 | √ | null |
|
|
Product Variant |
||||||||||
| product_tmpl_id | int4 | 10 | √ | null |
|
|
Product Template |
||||||||||
| delay | int4 | 10 | null |
|
|
Delivery Lead Time |
|||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||
| product_name | varchar | 2147483647 | √ | null |
|
|
Vendor Product Name |
||||||||||
| product_code | varchar | 2147483647 | √ | null |
|
|
Vendor Product Code |
||||||||||
| date_start | date | 13 | √ | null |
|
|
Start Date |
||||||||||
| date_end | date | 13 | √ | null |
|
|
End Date |
||||||||||
| min_qty | numeric | 0 | null |
|
|
Quantity |
|||||||||||
| price | numeric | 0 | null |
|
|
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) |
|---|---|---|---|
| product_supplierinfo_pkey | Primary key | Asc | id |
| product_supplierinfo__company_id_index | Performance | Asc | company_id |
| product_supplierinfo__product_tmpl_id_index | Performance | Asc | product_tmpl_id |

