Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
300 B

9 years ago
class AddLanguagesToWorkshops < ActiveRecord::Migration
def change
add_column :workshops, :languages, :string
add_column :workshops, :needs, :string
add_column :workshops, :space, :string
add_column :workshops, :theme, :string
add_column :workshops, :host_info, :text
end
end