mysql查看表的结构

①mysql > show create table 表名;

②mysql > desc 表名;

③mysql > describe 表名;

原文地址:https://www.cnblogs.com/wuyou/p/3363774.html