"userId" as id of user instead of "id"

I want to implement BetterAuth inside an existing application, but the user model has user.userId field as the id, but I see BetterAuth requires it to be user.id

is it possible to change this or should I make an additional column for the better auth id?
Solution
We don't allow custom
id
names yet. @IceeCold
It may be a future we add later down the line however.
Was this page helpful?