Hi everyone! 🙂
Any idea on how to modify the scalar mapping of "String" on schema.prisma to TEXT on SQL? Right now it's being set as varchar(191) and all I could find was "modify it manually from the database once the migrations are generated"
r
Ryan
08/13/2020, 2:32 PM
Hey @Guillermo 👋
Yes this will be tackled with the native datatypes support listed here.
As a workaround till this is done, you would need to add the tables in MySQL first and then run introspection.