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

Fields added that aren't a default type aren't visualized. #45

Closed blyxyas closed 2 years ago

blyxyas commented 2 years ago

I don't know if this is bug just in my computer, but the fields that I add (For example, a field "Item" list in a "User") doesn't appear in the main board.

But, it generated just fine. Example:

Screenshot from 2022-08-01 13-16-31

Screenshot from 2022-08-01 13-16-44

Even if I refresh the page, it just doesn't appear.

blyxyas commented 2 years ago

Ok I checked and it seems that this only happens for the SQLite provider

albingroen commented 2 years ago

@sonylomo Has a fix for this, but not sure what the behavior should be just yet https://github.com/albingroen/prismabuilder.io/pull/51