1 2 3 4 5
class AddSectionIcon < ActiveRecord::Migration[6.1] def change add_column :sections, :icon_name, :string, limit: 32, default: 'fa-neuter' end end