Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_bank_statement_id_seq'::regclass) |
|
|
|||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||
| journal_id | int4 | 10 | √ | null |
|
|
Journal |
||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||
| name | varchar | 2147483647 | √ | null |
|
|
Reference |
||||||||||
| reference | varchar | 2147483647 | √ | null |
|
|
External Reference |
||||||||||
| first_line_index | varchar | 2147483647 | √ | null |
|
|
First Line Index |
||||||||||
| date | date | 13 | √ | null |
|
|
Date |
||||||||||
| balance_start | numeric | 0 | √ | null |
|
|
Starting Balance |
||||||||||
| balance_end | numeric | 0 | √ | null |
|
|
Computed Balance |
||||||||||
| balance_end_real | numeric | 0 | √ | null |
|
|
Ending Balance |
||||||||||
| is_complete | bool | 1 | √ | null |
|
|
Is Complete |
||||||||||
| 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_bank_statement_pkey | Primary key | Asc | id |
| account_bank_statement__date_index | Performance | Asc | date |
| account_bank_statement__first_line_index_index | Performance | Asc | first_line_index |
| account_bank_statement_journal_id_date_desc_id_desc_idx | Performance | Asc/Desc/Desc | journal_id + date + id |

