Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_reconcile_model_line_id_seq'::regclass) |
|
|
|||||
| model_id | int4 | 10 | √ | null |
|
|
Model |
||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| sequence | int4 | 10 | null |
|
|
Sequence |
|||||
| account_id | int4 | 10 | null |
|
|
Account |
|||||
| journal_id | int4 | 10 | √ | null |
|
|
Journal |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| amount_type | varchar | 2147483647 | null |
|
|
Amount Type |
|||||
| amount_string | varchar | 2147483647 | null |
|
|
Amount |
|||||
| analytic_distribution | jsonb | 2147483647 | √ | null |
|
|
Analytic Distribution |
||||
| label | jsonb | 2147483647 | √ | null |
|
|
Journal Item Label |
||||
| force_tax_included | bool | 1 | √ | null |
|
|
Tax Included in Price |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| amount | float8 | 17,17 | √ | null |
|
|
Float Amount |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_reconcile_model_line_pkey | Primary key | Asc | id |
| account_reconcile_model_line_analytic_distribution_accounts_gin | Performance |

