TableInspector: A Gem to print table schema in database

Author:
Source

I wrote a gem to print table schema in console. It will be helpful when you want to check the table schema in rails console. Gem repo: https://github.com/otorain/table_inspector

Read more