2. keep foreign keys by manually references them/setting them up (somehow) in your schema file?
n
Nurul
04/25/2022, 10:11 AM
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?