Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_fiscal_position_account_id_seq'::regclass) |
|
|
|||||
| position_id | int4 | 10 | null |
|
|
Fiscal Position |
|||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| account_src_id | int4 | 10 | null |
|
|
Account on Product |
|||||
| account_dest_id | int4 | 10 | null |
|
|
Account to Use Instead |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_fiscal_position_account_pkey | Primary key | Asc | id |
| account_fiscal_position_account_account_src_dest_uniq | Must be unique | Asc/Asc/Asc | position_id + account_src_id + account_dest_id |

