Is it better to have a SQL table w/ a column almost always empty or a separate table w/ a foreign key?
I am trying to save what type of data is on a field, text, number or list. If the type is text or number that is it, but if it is a list I need to save what options it…