Sha256: 1f0b087d69fbf222ee0ee0241e1c1662ae6266b41bdbf4c1c3ca4198031d9ec9

Contents?: true

Size: 201 Bytes

Versions: 1

Compression:

Stored size: 201 Bytes

Contents

class AddLocaitonAndBudgetToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :location,     :text
    add_column :projects, :total_budget_cents, :integer, default: 0
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/db/migrate/20140325194555_add_locaiton_and_budget_to_projects.rb