Updated

db/migrate / 20150701111544_add_signature_number.rb

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