How to create a new Active Record migration in Rails

Posted By: Dylan Hunt

Published: August 16, 2016 14:14


Do you need to update your blog to add a meta description, or add authentication to users? Use this simple line in the terminal to make a new migration so you can update your db.

Once you run that, head down to db > migrate and modify your migration.

For more information on migrations click here


Need help implementing any of these guides?

Contact Me