Forum Moderators: open
The reason why I need a tinyint is because that will work as a boolean, true or false.
True.
My question is which value is Yes and which one is No?
zero is no/false. non-zero (NOT one) is yes/true.
But please declare these BOOL or BOOLEAN, (currently an alias for TINYINT, but promised as a unique data type some time in the future)