© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Can we add extra field to user table? - Better Auth
BA
Better Auth
•
6mo ago
•
4 replies
Abir Khan
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
?
Solution
const
{ data
, error
}
= await authClient
.signUp
.email
(
{
email
,
password
,
name
,
phoneNumber
,
}
)
Jump to solution
Recent Announcements
Similar Threads
How to add json field in user model ?
BA
Better Auth / help
13mo ago
Cannot add a field "discordId" to my user object.
BA
Better Auth / help
6mo ago
Rename "user" table to "account"
BA
Better Auth / help
11mo ago
How to copy my custom user.role field into the session table?
BA
Better Auth / help
11mo ago