Rails : how to add a column
Sometimes it’s good to go back to basics. While creating the blog article, we discovered that we were not aware of the “rails db” command - a pretty nice shortcut to investigate the underlying database of your app. https://www.bootrails.com/blog/rails-add-column/
Post a comment