Updated

db/migrate / 20170611115913_add_parliament_government_and_opening_at.rb

A
6 lines of codes
1 methods
2.3 complexity/method
2 churn
2.3 complexity
0 duplications
class AddParliamentGovernmentAndOpeningAt < ActiveRecord::Migration
  1. AddParliamentGovernmentAndOpeningAt has no descriptive comment
def change add_column :parliaments, :government, :string, limit: 100 add_column :parliaments, :opening_at, :datetime end end