Sometimes the field in a table can be represented by different types. For 
example, MySQL BINARY, CHAR and VARCHAR types can be represented by string 
or by byte array. TINYINT field sometimes can represent boolean type 
(TINYINT(1) usually). Can we have some control over such type mapping?

Reply via email to