Skip to content

Instantly share code, notes, and snippets.

@jshawl
Created August 18, 2014 01:26
Show Gist options
  • Save jshawl/7780c5d11f4e455414c7 to your computer and use it in GitHub Desktop.
Save jshawl/7780c5d11f4e455414c7 to your computer and use it in GitHub Desktop.
ActiveRecord::Migration.class_eval do
create_table :posts do |t|
t.string :title
t.text :body
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment