I agree with NogDog, but have a few more things to say.
Images should normally not be saved in the database. Save it in the file system and save the path in the database.
I think that you should read up on "database normalization", it is the way to design databases to make them easy to work with and easy to expand.