Constraint name in migration not snake case

I'm using Drizzle with postgres & the casing: 'snake_case' setting and I notice when doing a uniqueness constraint that the name in the constraint (specifically the column name legacyCompanyId) is not snake case in the generated migration. Is this a bug?
image.png
Was this page helpful?