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 |
|
|
|||||
name | varchar | 23 | √ | null |
|
|
||||
replacement_allowed | bool | 1 | √ | null |
|
|
||||
replaced_lost_item_processing_fee | bool | 1 | √ | null |
|
|
||||
lost_item_returned | varchar | 6 | √ | null |
|
|
||||
charge_amount_item_patron | bool | 1 | √ | null |
|
|
||||
charge_amount_item_system | bool | 1 | √ | null |
|
|
||||
replacement_processing_fee | numeric | 131089 | √ | null |
|
|
||||
description | varchar | 27 | √ | null |
|
|
||||
returned_lost_item_processing_fee | bool | 1 | √ | null |
|
|
||||
lost_item_processing_fee | numeric | 131089 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
lost_item_fee_policy__t_pkey | Primary key | Asc | id |
lost_item_fee_policy__t___origin_idx | Performance | Asc | __origin |
lost_item_fee_policy__t___source_idx | Performance | Asc | __source |
lost_item_fee_policy__t___start_idx | Performance | Asc | __start |
lost_item_fee_policy__t_charge_amount_item_patron_idx | Performance | Asc | charge_amount_item_patron |
lost_item_fee_policy__t_charge_amount_item_system_idx | Performance | Asc | charge_amount_item_system |
lost_item_fee_policy__t_description_idx | Performance | Asc | description |
lost_item_fee_policy__t_id_idx | Performance | Asc | id |
lost_item_fee_policy__t_lost_item_processing_fee_idx | Performance | Asc | lost_item_processing_fee |
lost_item_fee_policy__t_lost_item_returned_idx | Performance | Asc | lost_item_returned |
lost_item_fee_policy__t_name_idx | Performance | Asc | name |
lost_item_fee_policy__t_replaced_lost_item_processing_fee_idx | Performance | Asc | replaced_lost_item_processing_fee |
lost_item_fee_policy__t_replacement_allowed_idx | Performance | Asc | replacement_allowed |
lost_item_fee_policy__t_replacement_processing_fee_idx | Performance | Asc | replacement_processing_fee |
lost_item_fee_policy__t_returned_lost_item_processing_fee_idx | Performance | Asc | returned_lost_item_processing_fee |