Skip to content

关于string字段类型 #3883

@kuiyr0810

Description

@kuiyr0810

当我创建表指定某个字段为string类型

使用show create table tablename;
查看会显示为text类型

使用desc tablename;
查看会显示为text类型

使用select * from information_schema.columns where table_name = 'tablename';
查看会显示为vachar

这是特性还是bug

能否在文档中添加解释

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions