Hi
Does MySQL support Comments for every field ?
phpMyAdmin shows so, but a DESCRIBE <table-name> in MySQL doesnt.
How do I retrieve field comments ?
Thanks
EDIT: Found that its in
information_schema database, but is there an easier way to retrieve this info without switching tables ?