v_occupancy: Many-to-One (N:1)
Many hazmat records link to one location
Referenced through address_id
v_preplan_expiring_hazmat: One-to-One (1:1)
Each hazmat record may have one expiring record
Referenced through matching attributes
Column | Type | Description |
id | integer | Primary key |
hm_un_code | varchar(25) | UN code |
chemical_name | varchar(1000) | Chemical name |
health_hazard_code | smallint | Health hazard |
fire_hazard_code | smallint | Fire hazard |
reactivity_code | smallint | Reactivity |
special_hazard_code | varchar(4) | Special hazard |
quantity | varchar(64) | Quantity |
location | varchar(255) | Storage location |
date_verified | date | Verification date |
comments | text | Notes |
expiration_date | date | Expiry date |
expiration_action | varchar(10) | Required action |
preplan_id | integer | Pre-plan reference |
address_id | integer | Address reference |
client_code | varchar(28) | Organization ID |
preplan_status_code | varchar(25) | Status code |