I’m working on adding more schools to the site I recently posted to in showcase and would like to organize my data into the following configuration
School 1
- Courses
- Instructors
- instances
…
School 2
- roughly same data as 1 with slight differences in column names/types
Is there a way to make some sort of “folder” to store each set of tables? I’m worried if I keep expanding my data will be a mess of school1_Courses, school2_Courses, etc