There is currently no boolean type in HaskellDB. Some databases implement this best using tinyint, some using boolean, and so on. The "standard" portable way of doing this seems to be using tinyint, but then tinyint cannot be used for anything else.
Log in to post a comment.