I'm using mysql and php. In my application I want to store multiple images in a database.
ex: I want to store a vehicle details. vehicle id, type,make and vehicle images. there can be 1 or more images for 1 vehicle. Should I need to create column for vehicle table or should I create separate table for images. Please help me..
ex: I want to store a vehicle details. vehicle id, type,make and vehicle images. there can be 1 or more images for 1 vehicle. Should I need to create column for vehicle table or should I create separate table for images. Please help me..
Comment