Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
uuid | uuid | 2147483647 | gen_random_uuid() |
|
|
|||||
geom | geometry | 2147483647 | null |
|
|
|||||
datumtijd | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
|||||
gebruiker | varchar | 255 | √ | CURRENT_USER |
|
|
||||
label | text | 2147483647 | √ | null |
|
|
||||
rotatie | int4 | 10 | √ | 0 |
|
|
||||
bijzonderheden | text | 2147483647 | √ | null |
|
|
||||
plusinfo | jsonb | 2147483647 | √ | null |
|
|
Optionele velden |
|||
object_uuid | uuid | 2147483647 | null |
|
|
|||||
bouwlaag | int2 | 5 | √ | null |
|
|
||||
ghs | int4 | 10 | √ | null |
|
|
||||
gevi | text | 2147483647 | √ | null |
|
|
Gevaars-identificatie nummer |
|||
stid | int4 | 10 | √ | null |
|
|
Stof-identificatie nummer |
|||
hoeveelheid | int4 | 10 | √ | null |
|
|
||||
eenheid | text | 2147483647 | √ | null |
|
|
||||
toestand | text | 2147483647 | √ | null |
|
|
||||
handelingsaanwijzing | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
gevaarlijkestof_pkey | Primary key | Asc | uuid |
gevaarlijkestof_bouwlaag_idx | Performance | Asc | bouwlaag |
gevaarlijkestof_geom_idx | Performance | Asc | geom |
gevaarlijkestof_gevi_idx | Performance | Asc | gevi |
gevaarlijkestof_ghs_idx | Performance | Asc | ghs |
gevaarlijkestof_object_uuid_idx | Performance | Asc | object_uuid |
gevaarlijkestof_stid_idx | Performance | Asc | stid |