Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_analytic_plan_id_seq'::regclass) |
|
|
||||||||||||||
| parent_id | int4 | 10 | √ | null |
|
|
Parent |
|||||||||||||
| color | int4 | 10 | √ | null |
|
|
Color |
|||||||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
|||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||
| parent_path | varchar | 2147483647 | √ | null |
|
|
Parent Path |
|||||||||||||
| complete_name | varchar | 2147483647 | √ | null |
|
|
Complete Name |
|||||||||||||
| name | jsonb | 2147483647 | null |
|
|
Name |
||||||||||||||
| description | text | 2147483647 | √ | null |
|
|
Description |
|||||||||||||
| 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_analytic_plan_pkey | Primary key | Asc | id |
| account_analytic_plan__parent_path_index | Performance | Asc | parent_path |

