© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
extending user data from another table - Better Auth
BA
Better Auth
•
11mo ago
•
4 replies
noahcuz
extending user data from another table
we store our user
's profile images in a
"files
" table with a join table
"user
_files
"
. i
'd like to override the default user
"image
" with the s3 key from the files table
.
is this possible
?
Solution
You can just set the s3 key to the
image
image
field once the img is uploaded to your Db right
?
Jump to solution
Recent Announcements
Similar Threads
Extending user schema
BA
Better Auth / help
10mo ago
Removing name from user table
BA
Better Auth / help
9mo ago
Extending user object when calling getFullOrganization()
BA
Better Auth / help
13mo ago
Extending User Model (better auth, prismadb, trpc)
BA
Better Auth / help
5mo ago