BINARY and CHAR both get translated in PyMySql to the STRING = 254 FIELD_TYPE. However, the first returns bytes values while the second returns s
STRING = 254
bytes
s