Hi everyone! :slightly_smiling_face: Any idea on h...
# orm-help
g
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
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.