As @Transistor hinted at, the type of column nitro_enable is numeric. So if you want to convert it you will need to either rebuild the dataset with the system.dataset.*
functions, or the DatasetBuilder class.
For reference see:
As @Transistor hinted at, the type of column nitro_enable is numeric. So if you want to convert it you will need to either rebuild the dataset with the system.dataset.*
functions, or the DatasetBuilder class.
For reference see: