Skip to content

Instantly share code, notes, and snippets.

@maxjustus
Forked from sdliv/gist:9339247
Last active August 29, 2015 13:56
Show Gist options
  • Save maxjustus/9339313 to your computer and use it in GitHub Desktop.
Save maxjustus/9339313 to your computer and use it in GitHub Desktop.
class CreateResumeDesigns < ActiveRecord::Migration
def up
change_table :resume_designs do |t|
t.string :purpose
end
end
def down
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment