just run this query in the database...
select column_name,* from information_schema.columns
where table_name = '<TABLE_NAME>'
order by ordinal_name
select column_name,* from information_schema.columns
where table_name = '<TABLE_NAME>'
order by ordinal_name