:wave: Hiya… does anyone know if you can: 1. use ...
# orm-help
e
👋 Hiya… does anyone know if you can: 1. use
referentialIntegrity = "prisma"
2. keep foreign keys by manually references them/setting them up (somehow) in your schema file?
n
Hey 👋 I assume you are using the Planetscale database and as they do not allow the use of foreign key constraints you would need to manually create an index on foreign keys as mentioned here. Is this what you were looking for?