Open tnt-dev opened 7 years ago
We can give a field a data type of 'atom' in a model, but in boss_record_lib.erl, in convert_value_to_type/2, this type is not handled and models receive binary or string values. So I think it's better to convert them to atoms.
please add more info to your PR
We can give a field a data type of 'atom' in a model, but in boss_record_lib.erl, in convert_value_to_type/2, this type is not handled and models receive binary or string values. So I think it's better to convert them to atoms.