Apologies if my question is a bit too much but I'm...
# orm-help
t
Apologies if my question is a bit too much but I'm currently redesigning my database for a game I'm working on and my question is; Is it possible to somehow represent the table
rpg_inventory
found here https://stackoverflow.com/a/48054742 using Prisma? The 3rd column references an ID of a different table but which table? well it depends on the 2nd column id (
type_reference
) and I'm confused as to how to choose which prisma Model is being referenced? Any help or someone I could exchange some thoughts with would be greatly appreciated