Skip to content

Instantly share code, notes, and snippets.

@makstaks
Created June 27, 2018 03:43
Show Gist options
  • Select an option

  • Save makstaks/61c056278eb6b65239f41e2a51b8110b to your computer and use it in GitHub Desktop.

Select an option

Save makstaks/61c056278eb6b65239f41e2a51b8110b to your computer and use it in GitHub Desktop.
Rails Generate Add Column Database Migration Example
rails generate migration add_column_name_to_table_name column_name:data_type
Example:
rails generate migration add_email_to_users email:string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment