Updated

db/migrate / 20190323155133_add_signature_count_updated_at_to_sites.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddSignatureCountUpdatedAtToSites < ActiveRecord::Migration
  1. AddSignatureCountUpdatedAtToSites has no descriptive comment
def change add_column :sites, :signature_count_updated_at, :datetime end end