Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | uuid_generate_v1() |
|
|
||||||
fk_frame | uuid | 2147483647 | null |
|
|
||||||
rank | int4 | 10 | 1 |
|
|
||||||
complex | bool | 1 | false |
|
|
||||||
fk_sign_type | int4 | 10 | null |
|
|
||||||
fk_official_sign | text | 2147483647 | √ | null |
|
|
|||||
fk_marker_type | text | 2147483647 | √ | null |
|
|
|||||
fk_mirror_shape | int4 | 10 | √ | null |
|
|
|||||
fk_parent | uuid | 2147483647 | √ | null |
|
|
|||||
fk_owner | uuid | 2147483647 | √ | null |
|
|
|||||
fk_provider | uuid | 2147483647 | √ | null |
|
|
|||||
fk_durability | int4 | 10 | √ | null |
|
|
|||||
fk_status | int4 | 10 | √ | null |
|
|
|||||
installation_date | date | 13 | √ | null |
|
|
|||||
manufacturing_date | date | 13 | √ | null |
|
|
|||||
case_id | text | 2147483647 | √ | null |
|
|
|||||
case_decision | text | 2147483647 | √ | null |
|
|
|||||
inscription_1 | text | 2147483647 | √ | null |
|
|
|||||
inscription_2 | text | 2147483647 | √ | null |
|
|
|||||
inscription_3 | text | 2147483647 | √ | null |
|
|
|||||
fk_coating | int4 | 10 | √ | null |
|
|
|||||
fk_lighting | int4 | 10 | √ | null |
|
|
|||||
comment | text | 2147483647 | √ | null |
|
|
|||||
picture | text | 2147483647 | √ | null |
|
|
|||||
mirror_protruding | bool | 1 | √ | false |
|
|
|||||
mirror_red_frame | bool | 1 | √ | false |
|
|
|||||
dimension_1 | numeric | 8,3 | √ | null |
|
|
|||||
dimension_2 | numeric | 8,3 | √ | null |
|
|
|||||
usr_sign_1 | text | 2147483647 | √ | null |
|
|
|||||
usr_sign_2 | text | 2147483647 | √ | null |
|
|
|||||
usr_sign_3 | text | 2147483647 | √ | null |
|
|
|||||
_inserted_date | timestamp | 29,6 | √ | now() |
|
|
|||||
_inserted_user | text | 2147483647 | √ | null |
|
|
|||||
_last_modified_date | timestamp | 29,6 | √ | now() |
|
|
|||||
_last_modified_user | text | 2147483647 | √ | null |
|
|
|||||
_edited | bool | 1 | √ | false |
|
|
|||||
fk_user_sign | uuid | 2147483647 | √ | null |
|
|
|||||
natural_direction_or_left | bool | 1 | true |
|
|
||||||
hanging_mode | "signalo_db"."sign_hanging" | 2147483647 | 'RECTO'::signalo_db.sign_hanging |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
sign_pkey | Primary key | Asc | id |
sign_fk_frame_idx | Performance | Asc | fk_frame |
sign_fk_frame_rank_verso_key | Must be unique | Asc/Asc/Asc | fk_frame + rank + hanging_mode |