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 |
|
|
|||||
notify | bool | 1 | √ | null |
|
|
||||
account_id | uuid | 2147483647 | √ | null |
|
|
||||
type_action | varchar | 28 | √ | null |
|
|
||||
balance | numeric | 131089 | √ | null |
|
|
||||
comments | varchar | 788 | √ | null |
|
|
||||
date_action | timestamptz | 35,6 | √ | null |
|
|
||||
amount_action | numeric | 131089 | √ | null |
|
|
||||
payment_method | varchar | 18 | √ | null |
|
|
||||
source | varchar | 27 | √ | null |
|
|
||||
user_id | uuid | 2147483647 | √ | null |
|
|
||||
created_at | varchar | 36 | √ | null |
|
|
||||
transaction_information | varchar | 20 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
feefineactions__t_pkey | Primary key | Asc | id |
feefineactions__t___origin_idx | Performance | Asc | __origin |
feefineactions__t___source_idx | Performance | Asc | __source |
feefineactions__t___start_idx | Performance | Asc | __start |
feefineactions__t_account_id_idx | Performance | Asc | account_id |
feefineactions__t_amount_action_idx | Performance | Asc | amount_action |
feefineactions__t_balance_idx | Performance | Asc | balance |
feefineactions__t_comments_idx | Performance | Asc | comments |
feefineactions__t_created_at_idx | Performance | Asc | created_at |
feefineactions__t_date_action_idx | Performance | Asc | date_action |
feefineactions__t_id_idx | Performance | Asc | id |
feefineactions__t_notify_idx | Performance | Asc | notify |
feefineactions__t_payment_method_idx | Performance | Asc | payment_method |
feefineactions__t_source_idx | Performance | Asc | source |
feefineactions__t_transaction_information_idx | Performance | Asc | transaction_information |
feefineactions__t_type_action_idx | Performance | Asc | type_action |
feefineactions__t_user_id_idx | Performance | Asc | user_id |