Ruby on Rails database migration
 You can design your database diagram very well upfront but in the end there will always be some change in it, specially if you are going to use a technique as Ruby on Rails(RoR) for the first time. A basic example, my “users” table looked like the image right. After…