I'm working on a module that will display images, so for this module I created a specific content type. One of the fields from this content type is an image, named field_ssimage.
I found the table in my database named field_data_field_ssimage, but there is no column that contains the URL. I was thinking of writing an SQL statement to get all my image URLs so that I could output them in the img tags, but to no prevail.
Where can I find this URL? Or am I approaching the problem in entirely the wrong way?