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 | 6 | √ | null |
|
|
||||||||||||||
name | varchar | 4 | √ | null |
|
|
||||||||||||||
series | varchar | 2 | √ | null |
|
|
||||||||||||||
currency | varchar | 3 | √ | null |
|
|
||||||||||||||
period_end | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||
period_start | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fiscal_year__t_pkey | Primary key | Asc | id |
fiscal_year__t___origin_idx | Performance | Asc | __origin |
fiscal_year__t___source_idx | Performance | Asc | __source |
fiscal_year__t___start_idx | Performance | Asc | __start |
fiscal_year__t_code_idx | Performance | Asc | code |
fiscal_year__t_currency_idx | Performance | Asc | currency |
fiscal_year__t_id_idx | Performance | Asc | id |
fiscal_year__t_name_idx | Performance | Asc | name |
fiscal_year__t_period_end_idx | Performance | Asc | period_end |
fiscal_year__t_period_start_idx | Performance | Asc | period_start |
fiscal_year__t_series_idx | Performance | Asc | series |