Updated

db/migrate / 20170611123348_add_archived_at_to_parliaments.rb

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