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 |
|
|
|||||||||||||||||||||||
| discovery_display_name | varchar | 84 | √ | null |
|
|
||||||||||||||||||||||
| code | varchar | 17 | √ | null |
|
|
||||||||||||||||||||||
| library_id | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||
| primary_service_point | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||
| description | varchar | 79 | √ | null |
|
|
||||||||||||||||||||||
| institution_id | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||
| name | varchar | 79 | √ | null |
|
|
||||||||||||||||||||||
| campus_id | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||
| is_active | bool | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| location__t_pkey | Primary key | Asc | id |
| location__t___origin_idx | Performance | Asc | __origin |
| location__t___source_idx | Performance | Asc | __source |
| location__t___start_idx | Performance | Asc | __start |
| location__t_campus_id_idx | Performance | Asc | campus_id |
| location__t_code_idx | Performance | Asc | code |
| location__t_description_idx | Performance | Asc | description |
| location__t_discovery_display_name_idx | Performance | Asc | discovery_display_name |
| location__t_id_idx | Performance | Asc | id |
| location__t_institution_id_idx | Performance | Asc | institution_id |
| location__t_is_active_idx | Performance | Asc | is_active |
| location__t_library_id_idx | Performance | Asc | library_id |
| location__t_name_idx | Performance | Asc | name |
| location__t_primary_service_point_idx | Performance | Asc | primary_service_point |

