How to referencing multiple items in database?

How to referencing multiple items in database?

For example, I have teacher list and student list.
A teacher has multiple students and a student has multiple teachers.
How do I structure the relationship in the wix database.

Thanks in advance!
Jerry

Hi Jerry,
Currently, there’s no option to reference multiple items. It’s on our backlog. However, I can suggest a workaround for that purpose:
You can create a new collection- “Student-Teacher” and have two columns, one for a teacher and one for a student. Each column should be referenced to the relevant collection.

I hope it’s clear.

Best,
Tal.

Ok, let me try it. Thanks, Tal.