Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | uuid_generate_v1() |
|
|
||||||
| fk_frame | uuid | 2147483647 | null |
|
|
Foreign key of associated frame |
|||||
| rank | int4 | 10 | 1 |
|
|
Ranking (automatically filled in in QGIS) depending on the order of signs for each frame |
|||||
| complex | bool | 1 | false |
|
|
Set true if the sign is too complex for being in the available svg selection. A placeholder sign (“?”) will appear on the map, the real sign can be seen on the photo in the form |
|||||
| fk_sign_type | int4 | 10 | null |
|
|
Foreign key of sign type value list |
|||||
| fk_official_sign | text | 2147483647 | √ | null |
|
|
Foreign key of official sign value list |
||||
| fk_marker_type | int2 | 5 | √ | null |
|
|
Foreign key of marker type value list |
||||
| fk_mirror_shape | int4 | 10 | √ | null |
|
|
Foreign key of mirror shape value list |
||||
| fk_parent | uuid | 2147483647 | √ | null |
|
|
Foreign key of associated parent sign |
||||
| fk_owner | uuid | 2147483647 | √ | null |
|
|
Foreign key of owner value list |
||||
| fk_provider | uuid | 2147483647 | √ | null |
|
|
Foreign key of provider value list |
||||
| fk_durability | int4 | 10 | √ | null |
|
|
Foreign key of durability value list |
||||
| fk_status | int4 | 10 | √ | null |
|
|
Foreign key of status value list |
||||
| installation_date | date | 13 | √ | null |
|
|
|||||
| manufacturing_date | date | 13 | √ | null |
|
|
|||||
| case_id | text | 2147483647 | √ | null |
|
|
Identifier of offical autorisation case |
||||
| case_decision | text | 2147483647 | √ | null |
|
|
Decision of offical autorisation case |
||||
| inscription_1 | text | 2147483647 | √ | null |
|
|
Line 1 for dynamic inscriptions |
||||
| inscription_2 | text | 2147483647 | √ | null |
|
|
Line 2 for dynamic inscriptions |
||||
| inscription_3 | text | 2147483647 | √ | null |
|
|
Line 3 for dynamic inscriptions |
||||
| fk_coating | int4 | 10 | √ | null |
|
|
Foreign key of coating value list |
||||
| fk_lighting | int4 | 10 | √ | null |
|
|
Foreign key of lighting value list |
||||
| comment | text | 2147483647 | √ | null |
|
|
|||||
| picture | text | 2147483647 | √ | null |
|
|
|||||
| mirror_protruding | bool | 1 | √ | false |
|
|
boolean (default is false) |
||||
| mirror_red_frame | bool | 1 | √ | false |
|
|
boolean (default is false) |
||||
| dimension_1 | numeric | 8,3 | √ | null |
|
|
If sign is rectangular, height/width; if sign is circular, radius; if sign is elliptic, major/minor radius |
||||
| dimension_2 | numeric | 8,3 | √ | null |
|
|
If sign is rectangular, height/width; if sign is circular, not needed; if sign is elliptic, major/minor radius |
||||
| usr_sign_1 | text | 2147483647 | √ | null |
|
|
Field for custom info; use can be specified with alias in QGIS |
||||
| usr_sign_2 | text | 2147483647 | √ | null |
|
|
Field for custom info; use can be specified with alias in QGIS |
||||
| usr_sign_3 | text | 2147483647 | √ | null |
|
|
Field for custom info; use can be specified with alias in QGIS |
||||
| _creation_date | timestamp | 29,6 | √ | now() |
|
|
Date of creation, automatically filled in within QGIS project |
||||
| _creation_user | text | 2147483647 | √ | null |
|
|
User of creation, automatically filled in within QGIS project |
||||
| _last_modification_date | timestamp | 29,6 | √ | now() |
|
|
Date of last modification, automatically filled in within QGIS project |
||||
| _last_modification_user | text | 2147483647 | √ | null |
|
|
User of last modification, automatically filled in within QGIS project |
||||
| fk_user_sign | uuid | 2147483647 | √ | null |
|
|
Foreign key of user sign value list |
||||
| natural_direction_or_left | bool | 1 | true |
|
|
Determines the direction for directional signs, with reference to frame.anchor. Default is true |
|||||
| fk_hanging_mode | text | 2147483647 | 'recto'::text |
|
|
Defines whether a panel carries the same signal on both sides; influences the symbology on the map. Default is recto (only front side) |
|||||
| needs_validation | bool | 1 | false |
|
|
Automatically set to true if the conditions for control are met |
|||||
| _last_modification_platform | text | 2147483647 | √ | null |
|
|
Platform (mobile, desktop) of last modification, automatically filled in within QGIS project. This field is used as a condition in the control view. |
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 + fk_hanging_mode |

