Updated

db/migrate / 20170626130418_add_archiving_started_at_to_parliaments.rb

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