Invalid drizzle schema for `defaultValue` of additionalField with type `string[]`
Below is how my src/auth/auth.ts tooks
After I run
npx @better-auth/cli generate --config src/auth/auth.ts --output src/db/schema/auth.ts -y to generate the corresponding drizzle schema, i get
this shouldn't be a bug, what am I doing wrong?2 Replies