The last field should be true if it is false or should be false if it is true my sql code example
Example: boolean mysql
SELECT true, false, TRUE, FALSE, True, False;
-- 1 0 1 0 1 0
SELECT true, false, TRUE, FALSE, True, False;
-- 1 0 1 0 1 0