SHOW FULL COLUMNS
This statement is used to specify the column information of the table
grammar:
SHOW [FULL] COLUMNS FROM tbl;
View the column information of the specified table
SHOW FULL COLUMNS FROM tbl;
SHOW, COLUMNS