Child Care Levels

Child Care Levels

FieldTypeDescription
child_care_level_id 🔑INTEGERUnique identifier for the assignment of a level of care to a child.
child_id 🔗INTEGERUnique identifier for the child that the level of care is assigned to.
agency_id 🔗INTEGERUnique identifier for the agency that the child belongs to.
level_of_care_id 🔗INTEGERUnique identifier for the level of care that is assigned to the child.
level_of_care_nameSTRINGName of this level of care.
level_of_care_slugSTRINGSlug of this level of care.
start_dateDATEStart date of this level of care for this child.
end_dateDATEEnd date of this level of care for this child.

Key Information

Primary Keys

  • child_care_level_id - Unique identifier for the assignment of a level of care to a child.

Foreign Keys

  • child_id - Unique identifier for the child that the level of care is assigned to.
  • agency_id - Unique identifier for the agency that the child belongs to.
  • level_of_care_id - Unique identifier for the level of care that is assigned to the child.