class AddEmailCountToSignatures < ActiveRecord::Migration IrresponsibleModule AddEmailCountToSignatures has no descriptive comment def change add_column :signatures, :email_count, :integer, null: false, default: 0 end end