I am new to active-record and I am doing table migrations. I want to see tables that I have migrated with their corresponding column names on the terminal. Does anyone know the command to do this?
Let say I have 2 tables cats and dogs, is there a command that would show something like this in my CLI?
dogs
---------
name
breed
age
cats
---------
name
breed
age