I'd have an image table that stores the image file name rather than an image column
Sep 2, 2014
2
Level 3
handle user images conventions
Ok so I have a mini social site where users can upload images to their profile, post posts with images, and have a profile image.
Now the uploading process is not a problem, my discussion is how to store the reference to the user uploads and interact with it?
I mean one big table of user uploads, with column of type of image or how would you handle it?
Please or to participate in this conversation.