I have a boolean field that's always going to either be 1 or NULL (yes, a null instead of 0, mainly because I wrote a lot of scripts over the years that include IS NULL).
Do you guys think that I should make this column a TINYINT (1), or an ENUM ('1')? Which will be smaller / faster? Or will they be identical?