Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| __id | int8 | 19 | √ | null |
|
|
||||
| __cf | bool | 1 | true |
|
|
|||||
| __start | timestamptz | 35,6 | null |
|
|
|||||
| __source | varchar | 63 | null |
|
|
|||||
| __origin | varchar | 63 | ''::character varying |
|
|
|||||
| id | uuid | 2147483647 | null |
|
|
|||||
| code | varchar | 2 | √ | null |
|
|
||||
| name | varchar | 21 | √ | null |
|
|
||||
| restrict_encumbrance | bool | 1 | √ | null |
|
|
||||
| currency | varchar | 3 | √ | null |
|
|
||||
| ledger_status | varchar | 6 | √ | null |
|
|
||||
| fiscal_year_one_id | uuid | 2147483647 | √ | null |
|
|
||||
| restrict_expenditures | bool | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ledger__t_pkey | Primary key | Asc | id |
| ledger__t___origin_idx | Performance | Asc | __origin |
| ledger__t___source_idx | Performance | Asc | __source |
| ledger__t___start_idx | Performance | Asc | __start |
| ledger__t_code_idx | Performance | Asc | code |
| ledger__t_currency_idx | Performance | Asc | currency |
| ledger__t_fiscal_year_one_id_idx | Performance | Asc | fiscal_year_one_id |
| ledger__t_id_idx | Performance | Asc | id |
| ledger__t_ledger_status_idx | Performance | Asc | ledger_status |
| ledger__t_name_idx | Performance | Asc | name |
| ledger__t_restrict_encumbrance_idx | Performance | Asc | restrict_encumbrance |
| ledger__t_restrict_expenditures_idx | Performance | Asc | restrict_expenditures |

