Child Care Levels
Child Care Levels
| Field | Type | Description |
|---|---|---|
child_care_level_id 🔑 | INTEGER | Unique identifier for the assignment of a level of care to a child. |
child_id 🔗 | INTEGER | Unique identifier for the child that the level of care is assigned to. |
agency_id 🔗 | INTEGER | Unique identifier for the agency that the child belongs to. |
level_of_care_id 🔗 | INTEGER | Unique identifier for the level of care that is assigned to the child. |
level_of_care_name | STRING | Name of this level of care. |
level_of_care_slug | STRING | Slug of this level of care. |
start_date | DATE | Start date of this level of care for this child. |
end_date | DATE | End 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.
Updated about 1 month ago
