Closed whrss9527 closed 3 months ago
can you please share a video about the issue..?
The thing is this. After I started it locally, I selected to import the sql source file in the upper left corner, and then selected a mysql sql file to import it. The format is like this:
CREATE TABLE IF NOT EXISTS `game`
(
`id` int unsigned NOT NULL AUTO_INCREMENT COMMENT '自增 ID',
`game_id` varchar(32) NOT NULL COMMENT '游戏 ID'
PRIMARY KEY (`id`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = 'xxx';
Then after importing, the original 'comment' is not brought in and is displayed as 'Not Set'
Importing sql did not bring comments here