Updated

db/migrate / 20181202102751_add_signed_token_to_signature.rb

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