box / box/Anemometer

SHOW TABLE STATUS and SHOW CREATE TABLE occurs messy code

Open
#194 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.4k
Forks
306
PR merge metrics
No merged PRs in 30d

Description

The target database is utf8 character set, when i look the page Create Table Statements and Table Status,the chinese comments occurs messy code, as follows:

CREATE TABLE `tb1` (
`id` varchar(512) DEFAULT NULL COMMENT '????',
`res_name` varchar(128) DEFAULT NULL COMMENT '????',
`res_module` varchar(128) DEFAULT NULL COMMENT '????',
`res_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '??id',
`method` varchar(128) DEFAULT NULL COMMENT '????',
PRIMARY KEY (`res_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='???'

what should i do something to avoid messy code ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.