I have the following field:
`Some_long_field_name` tinyint(1) default NULL,
and the following fileds.ini entry
widget:type = "select"
vocabulary = Score
Dataface doesn't seem to pick up on the NULL default setup trough mysql. tried adding "Default = NULL" - didn't work; adding "NULL = N/A" and "Default = N/A" in valuelist.ini didn't work either. It always defaults to 0 which is a problem for me since I am using this filed in AVERAGE calculations.