What column type should I use if I don't know what type will be stored?
I have a table of objects that may be simple text, an image or who knows what... the idea is to keep them together and avoid having tables for each type of object. Also, I'd rather keep all in one column and not have one column for blob and other for char or text.
What are the consecuences of storing data in a column that is of a conflicting or different type?
Thank you








Bookmarks