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?