Skip to content

Instantly share code, notes, and snippets.

@sdliv
Created March 4, 2014 02:32
Show Gist options
  • Select an option

  • Save sdliv/9339247 to your computer and use it in GitHub Desktop.

Select an option

Save sdliv/9339247 to your computer and use it in GitHub Desktop.
class CreateResumeDesigns < ActiveRecord::Migration
def change
change_table :resume_designs do |t|
t.string :name
t.string :purpose
t.timestamps
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment