Child Programs
Child Programs
| Field | Type | Description |
|---|---|---|
child_program_id đ | INTEGER | The unique identifier for the child program assignment. |
child_id đ | INTEGER | The unique identifier for the child associated with this program assignment. |
agency_id đ | INTEGER | The ID of the agency this child belongs to. |
program_id đ | INTEGER | The unique identifier for the program associated with this child program assignment. |
program_name | STRING | The name of the program associated with this child program assignment. |
program_slug | STRING | The slug of the program associated with this child program assignment. |
start_date | DATE | The start date of the child program assignment. |
end_date | DATE | The end date of the child program assignment. |
Key Information
Primary Keys
child_program_id- The unique identifier for the child program assignment.
Foreign Keys
child_id- The unique identifier for the child associated with this program assignment.agency_id- The ID of the agency this child belongs to.program_id- The unique identifier for the program associated with this child program assignment.
Updated 9 days ago
