Child Programs

Child Programs

FieldTypeDescription
child_program_id 🔑INTEGERThe unique identifier for the child program assignment.
child_id 🔗INTEGERThe unique identifier for the child associated with this program assignment.
agency_id 🔗INTEGERThe ID of the agency this child belongs to.
program_id 🔗INTEGERThe unique identifier for the program associated with this child program assignment.
program_nameSTRINGThe name of the program associated with this child program assignment.
program_slugSTRINGThe slug of the program associated with this child program assignment.
start_dateDATEThe start date of the child program assignment.
end_dateDATEThe 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.