supervision.death_notifications
| Column Name | Column Type | Character Maximum | Is Nullable | Default | Constrained values |
|---|---|---|---|---|---|
| id | integer | NO | |||
| person_id | integer | YES | |||
| proofofdeathreceived | boolean | YES | |||
| datelettersentout | date | YES | |||
| datedeathcertificatereceived | date | YES | |||
| datenotified | date | YES | |||
| notifiedby | character varying | 255 | YES | NULL::character varying | |
| notifiedbyother | character varying | 255 | YES | NULL::character varying | |
| notificationmethod | character varying | 255 | YES | NULL::character varying | |
| notes | text | YES |