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 field once the img is uploaded to your Db right?
Jump to solution
2 Replies
Solution
Ping
Ping2d ago
You can just set the s3 key to the image field once the img is uploaded to your Db right?
noahcuz
noahcuzOP2d ago
yeah, that will likely be the easiest way. we'll do that. thanks for the help!

Did you find this page helpful?