socialforge/db/migrate/20140414012423_add_applicat...

6 lines
165 B
Ruby

class AddApplicationdevelopersToSoftapplications < ActiveRecord::Migration
def change
add_column :softapplications, :application_developers, :string
end
end