Fetch DEFAULT value from MySQL table or MySQL get DEFAULT value for Column or How to SELECT DEFAULT value of a field or How Can I get back DEFAULT values for Column names in a MySQL Table.
We can fetch the column names in a MySQL Table fairly easily by the simple command:
[bash]
DESC tbl_admin_modules;
[/bash]