Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_valuation_layer_revaluation_id_seq'::regclass) |
|
|
|||||
| company_id | int4 | 10 | null |
|
|
Company |
|||||
| product_id | int4 | 10 | null |
|
|
Related product |
|||||
| account_journal_id | int4 | 10 | √ | null |
|
|
Journal |
||||
| account_id | int4 | 10 | √ | null |
|
|
Counterpart Account |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| reason | varchar | 2147483647 | √ | null |
|
|
Reason |
||||
| date | date | 13 | √ | null |
|
|
Accounting Date |
||||
| added_value | numeric | 0 | null |
|
|
Added value |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_valuation_layer_revaluation_pkey | Primary key | Asc | id |

