Skip to content

mysql 8.0执行GetColumns对于unsigned int等类型的报错。应该没有适配mysql 8.0以上版本 #115

Description

@zero11year

如果一个字段是bigint(20) unsigned. 执行查看表结构的时候,mysql 8.0给出的bigint unsigned,低版本是bigint(20) unsigned。
在mysql.go文件中GetColumns方法中,没有识别这种情况。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions