class AddSettings < ActiveRecord::Migration[4.2] def change create_table :settings do |t| t.string :key t.string :value end end end