1 2 3 4 5 6 7
# frozen_string_literal: false class AddRolesSettings < ActiveRecord::Migration[4.2] def change add_column :roles, :settings, :text end end