class CreateSomethings < ActiveRecord::Migration def change create_table :somethings do |t| t.string :title end end end