class CreateProgramSettings < ActiveRecord::Migration def change create_table :program_settings do |t| t.integer :program_id t.timestamps end end end