Skip to main content

3.2.14 classrooms

The classrooms table in Supabase stores the created classrooms, to which several cases can be assigned. To learn how to create a new classroom, see Section 5.4 How to Create a Classroom.

Table Structure

ColumnFormatTypeDescription
idbigintnumberInternal ID for each created classroom
nametextstringName of each classroom
defaultboolbooleanTRUE, if classroom is active and should be shown in the case overview; FALSE, if classroom is inactive
modetextstringrnd, if cases should be selected randomly; NULL, if cases are selected by the creator of the classroom

Integration within the System