Application Participants
Application Participants
| Field | Type | Description |
|---|---|---|
id đ | INTEGER | Unique identifier for the participant. |
application_id đ | INTEGER | The ID of the Application this participant is associated with. |
agency_id đ | INTEGER | The ID of the agency this participant belongs to. |
person_id đ | INTEGER | The ID of the Person associated with this participant. |
participant_type | STRING | The type of participant - one of 'applicant', 'co_applicant', 'other_adult', 'child_in_home'. |
created_at | TIMESTAMP | When this participant was created. |
updated_at | TIMESTAMP | When this participant was last updated. |
Key Information
Primary Keys
id- Unique identifier for the participant.
Foreign Keys
application_id- The ID of the Application this participant is associated with.agency_id- The ID of the agency this participant belongs to.person_id- The ID of the Person associated with this participant.
Updated about 2 months ago
