Manipulating the database in Rails console
A neat thing I learned while hacking on legacy schema support is that you can easily test various migration/schema methods in the Rails console.
Just type this in the Rails console:
And the table will be created right there and then. Abuse this at your own risk. ;)