Updated

db/migrate / 20170821153056_add_email_count_to_signatures.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddEmailCountToSignatures < ActiveRecord::Migration
  1. AddEmailCountToSignatures has no descriptive comment
def change add_column :signatures, :email_count, :integer, null: false, default: 0 end end