Project

General

Profile

Download (168 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddTypeToParameter < ActiveRecord::Migration
def up
add_column :parameters, :type, :string
end

def down
remove_column :parameters, :type
end
end
(16-16/281)