Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Can we add extra field to user table? - Better Auth
BA
Better Auth
•
4mo 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
Better Auth
Join
9,988
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to add json field in user model ?
BA
Better Auth / help
12mo ago
Cannot add a field "discordId" to my user object.
BA
Better Auth / help
5mo ago
Rename "user" table to "account"
BA
Better Auth / help
9mo ago
How to copy my custom user.role field into the session table?
BA
Better Auth / help
9mo ago