Convert LONGTEXT to JSON with prisma db pull
I have
10.6.18-MariaDB
database and whenever I'm trying to set the column type to Json
it changes to LONGTEXT
but I already know I can't change that so my question is if can I somehow force the prisma db pull
command to see LONGTEXT
as JSON
instead so I don't need to manually change that every pull?0 Replies