Native types for enums
Hi,
I would like to add a native type to an enum field. Like that :
But when I do a
Are native types supported for enums?
I would like to add a native type to an enum field. Like that :
But when I do a
prisma generate I get the following error : Attribute not known: "@db.VarChar".Are native types supported for enums?
