Skip to content

Instantly share code, notes, and snippets.

@giljr
Created October 17, 2025 22:00
Show Gist options
  • Select an option

  • Save giljr/778d866eee5083f4d378051cd0cb8afd to your computer and use it in GitHub Desktop.

Select an option

Save giljr/778d866eee5083f4d378051cd0cb8afd to your computer and use it in GitHub Desktop.
07# Episode - RailsSeries - A Rails Blog In VS Code - Devise - How To Create A Blog in VS Code - Part V
Method Purpose
up Applies the migration (makes the changes: adds columns, sets defaults, etc.)
down Reverts the migration (undoes the changes: removes columns, resets defaults, etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment