Need help modelling a mysql prisma schema

I am currently making a quiz-type website and need a database setup for that, however I do not know how to model it in prisma, any help would be appreciated. I want to have one table with all the users, who will have all the standard attributes along with one organisation attribute. I need one table that will log the users attempts, and one table with all the organisations
3 Replies
ErickO
ErickO14mo ago
what are you asking for exactly, how to model a db with prisma or how to model this specific db?
SneaX
SneaX14mo ago
how to model a db with prisma