Generated Collate value

Not sure if this is relevant but I'm translating a Prisma schema into drizzle. Every Prisma table had COLLATE utf8mb4_unicode_ci; added to the generated MySQL.

One of my drizzle tables instead has COLLATE utf8mb4_0900_ai_ci;

I'm not good enough at dbs/sql to know if this is important, a bug, or irrelevant
Was this page helpful?