6 lines
165 B
Ruby
6 lines
165 B
Ruby
|
class AddApplicationdevelopersToSoftapplications < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_column :softapplications, :application_developers, :string
|
||
|
end
|
||
|
end
|