You can, in sql tab of PhpMyAdmin use this command:
DESCRIBE table_name;
You will get a table with all column’s name and type.
a thoughtful use of digital
You can, in sql tab of PhpMyAdmin use this command:
DESCRIBE table_name;
You will get a table with all column’s name and type.