Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_fiscal_position_tax_id_seq'::regclass) |
|
|
|||||
| position_id | int4 | 10 | null |
|
|
Fiscal Position |
|||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| tax_src_id | int4 | 10 | null |
|
|
Tax on Product |
|||||
| tax_dest_id | int4 | 10 | √ | null |
|
|
Tax to Apply |
||||
| 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_tax_pkey | Primary key | Asc | id |
| account_fiscal_position_tax_tax_src_dest_uniq | Must be unique | Asc/Asc/Asc | position_id + tax_src_id + tax_dest_id |

