Can we add extra field to user table?

In my MongoDB + PayloadCMS setup, Better Auth records ID, name, email, and email verification state. How can I add phone number to the saved fields?
2 Replies
Furkan Özay
Furkan Özay2d ago
const { data, error } = await authClient.signUp.email({ email, password, name, phoneNumber, })

Did you find this page helpful?