Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_automatic_entry_wizard_id_seq'::regclass) |
|
|
|||||
| company_id | int4 | 10 | null |
|
|
Company |
|||||
| destination_account_id | int4 | 10 | √ | null |
|
|
To |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| action | varchar | 2147483647 | null |
|
|
Action |
|||||
| account_type | varchar | 2147483647 | √ | null |
|
|
Account Type |
||||
| date | date | 13 | null |
|
|
Date |
|||||
| total_amount | numeric | 0 | √ | null |
|
|
Total Amount |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| percentage | float8 | 17,17 | √ | null |
|
|
Percentage |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_automatic_entry_wizard_pkey | Primary key | Asc | id |

