Is there a way to get all the column names, and then figure out what type the column is? For example, ENUM, VARCHAR, TINYINT, etc..., in particular for ENUM the different components of the ENUM?
I found something here (http://www.phpactiverecord.org/docs/ActiveRecord/Column)
Not sure how to get the type though from this documentation?