DESCRIBE table_name;#查看表结构,下面那个一样的 DESC table_name;#查看表结构,默认值类型等 SHOW CREATE TABLE table_name;#查看表的创建sql