kohastructure.sql uses both BOOLEAN and tinyint(1) for boolean values. The existing booleans should be converted to tinyints, as per the coding guidelines https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans
*** This bug has been marked as a duplicate of bug 21294 ***