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?
is this possible?
Solution
You can just set the s3 key to the
image field once the img is uploaded to your Db right?