Whats the recommended column type for images? I want to store potentially an image URL and a base64 encoded string. Currently I have it set to
image String? @db.Text
n
Nurul
05/27/2022, 2:11 PM
I would suggest storing an image URL, storing an image to a Blob Store something like AWS S3 and storing its reference.
What database are you using, if you are using MySQL, you could use