1 2 3 4 5
class AddRolesSettings < ActiveRecord::Migration def change add_column :roles, :settings, :text end end