I have my local DB as MariaDB and am able to set the default value of the BIT column by setting the "Expression" to b'1'
Now I have the prod DB duplicated of that one except it is MySQL. But I cannot figure out how to set the default value to 1. When I try the same thing of setting the "Expression" to b'1', it converts it to "custom text" of 'b\'1\''