Tinyint treated as boolean -mysql

tinyint is showing as boolean although it has value 1,2. How do I force it to show it as 1,2. I did see comment on driver settings. Where this setting should be done?

@jiwnaiakbar You can make that adjustment in the connection string in Admin > Databases > (your-mysql): tinyInt1isBit=false

1 Like

Thnx. Done