I know that you can ask ActiveRecord to list tables in console using:
ActiveRecord::Base.connection.tables
Is there a command that would li
For a more compact format, and less typing just:
Portfolio.column_types