@here
what data type i should use in ms sql to handle large data with prisma ?
[5:29 PM] for example
as prisma support nvarchar(1000) max for text , what happens if data comes more thanĀ 1000 chars..
we have not handled for on database side as in postgresql consider a string data type to text in case of large data