Tabelle Spalten MySQL -Befehlszeile anzeigen
SHOW COLUMNS from tablename;
ama-lion
SHOW COLUMNS from tablename;
/**table's full description*/
SHOW FULL COLUMNS FROM tablename;
DESCRIBE my_table;