SyntaxFix
Write A Post
Hire A Developer
Questions
Use this command at rails console
rails generate migration add_fieldname_to_tablename fieldname:string
and
rake db:migrate
to run this migration