Chat2DB
Chat2DB copied to clipboard
Bug: Mysql’s tinyint type field only displays true and false
Chat2DB Version
Chat2DB 3.1.22
Describe the bug
Mysql database, the value of the TINYINT(1) type field only displays true or false in the client. In fact, the value range of this field 1-9 has different meanings, so only displaying true or false will cause misunderstanding.
This issue seems related to #1356 .