This is because datajoint aliases boolean types to tinyint since MySQL does not support a boolean type. There isn't a good way to address this within SciViz unless datajoint supports a way to retrieve the original table definition. Currently the heading property of a table returns the converted version of the definition, where all boolean types are tinyint.
This is because datajoint aliases
boolean
types totinyint
since MySQL does not support a boolean type. There isn't a good way to address this within SciViz unless datajoint supports a way to retrieve the original table definition. Currently theheading
property of a table returns the converted version of the definition, where allboolean
types aretinyint
.