Sha256: cb2e1952ee37401b6ca46e911208554208345836daee7a12476c844d23b10edf

Contents?: true

Size: 184 Bytes

Versions: 3

Compression:

Stored size: 184 Bytes

Contents

class AddTotalRevenueToCitizenBudgetModelSimulator < ActiveRecord::Migration
  def change
    add_column :citizen_budget_model_simulators, :total_revenue, :integer, limit: 8
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
citizen_budget_model-0.0.4 db/migrate/20141022050318_add_total_revenue_to_citizen_budget_model_simulator.rb
citizen_budget_model-0.0.3 db/migrate/20141022050318_add_total_revenue_to_citizen_budget_model_simulator.rb
citizen_budget_model-0.0.2 db/migrate/20141022050318_add_total_revenue_to_citizen_budget_model_simulator.rb