apparently your table has been created using double quotes for column names, thus they are case-sensitive now. That has nothing to do with the data type. You have the same "problem" for the column valueType.
You now need to double quote the columns all the time you want to access them:
Code:
select "possibleValues", "valueType"
from ias_possible_value