Closed
Description
Hi, this is my first approach to ZenStack, and I intend to use it in our new application, which I am just beginning to prototype. I have got an introspected SQL Server Prisma schema that correctly mapped some tinyint
fields to Int
, but ZenStack doesn't validate them and throws an error, as shown below.
I'm using ZenStack 1.2.1, Prisma 5.5.2, and SQL Server.
Very nice project, thanks!