Skip to main content

3.2.12 classroom_cases

The classroom_cases table in Supabase stores the cases, which are assigned to classrooms.

Table Structure

ColumnFormatTypeDescription
idbigintnumberInternal ID for each classroom case
classroombigintnumberContains IDs of the assigned classrooms
case_idbigintnumberContains references to the associated case data in CaseTemplates
internal_nametextstringName of each case
internal_commenttextstringDescription of the case

Integration within the System