Search
Setup for Free
BA
Better Auth
•
6mo ago
Voltab
Removing name from user table
I don
't want to have the name in user table I want to replace it with firstName and lastName how can I do
?
Better Auth
Join
9,563
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
N
nikatune
•
7/14/25, 4:46 PM
you cant remove any column on core schema
( afaik
) but you can add a database hook and additional fields for handling firstName and lastName
( for sign in
/up
)
https://www.better-auth.com/docs/concepts/typescript#additional-fields
TypeScript | Better Auth
Better Auth TypeScript integration
.
V
Voltab
OP
•
7/14/25, 4:46 PM
great thanks
!
Similar Threads
Removing image from session user details
BA
Better Auth / help
3mo ago
Change User table primary key name
BA
Better Auth / help
10mo ago
extending user data from another table
BA
Better Auth / help
8mo ago
Type error in "signUp" after renaming "name" in "user" table
BA
Better Auth / help
8mo ago