Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | uuid_generate_v4() |
|
|
UUID generated with uuid_generate_v4 see https://www.postgresql.org/docs/16/uuid-ossp.html#UUID-OSSP-FUNCTIONS-SECT |
|||||
fk_wastewater_structure | varchar | 16 | √ | null |
|
|
|||||
fk_maintenance_event | varchar | 16 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pkey_tww_od_re_maintenance_event_wastewater_structure_id | Primary key | Asc | id |
in_re_maintenance_event_wastewater_structure_fks | Must be unique | Asc/Asc | fk_maintenance_event + fk_wastewater_structure |