Screening Management
The Screenings table is the top-level entity in the DST database. Each screening represents a complete dam screening assessment for one dam. All other data — hazard characterization, failure mode analysis, consequences, and risk results — is associated with a single screening.
Screenings
Top-level entity representing a complete dam screening assessment.
Column
Type
Constraints
Id
UUID
Code
VARCHAR(10)
Name
VARCHAR(200)
CreatedAt
TIMESTAMP
UpdatedAt
TIMESTAMP
Notes
- The Code column is a 6-character alphanumeric string used for URL routing (e.g., /screening/Xk9mP2/pfm-01).
- Unique index on Code ensures no two screenings share the same URL code.