albingroen / prismabuilder.io

Build your Prisma schema visually in this easy-to-use web based tool
https://www.prismabuilder.io
278 stars 30 forks source link

Custom field not shown #50

Closed frontalicious-martijn closed 1 year ago

frontalicious-martijn commented 2 years ago

I've added a Task model and added that to the User model as tasks field but it does not show in the list. When exporting the schema you can see the data is actually there. Tried it twice so that why it shows the field twice.

image

frontalicious-martijn commented 2 years ago

Thank you for creating this app 🥇

KoljaL commented 1 year ago

Please fix this bug :-)

albingroen commented 1 year ago

Should work now. It was a sqlite specific bug. https://github.com/albingroen/prismabuilder.io/pull/54