A website template with lots of features, built with ruby on rails.

20141101234157_add_link_to_infos.rb 162B

1234567
  1. class AddLinkToInfos < ActiveRecord::Migration
  2. def change
  3. add_column :infos, :website_link, :string
  4. add_column :infos, :server_email, :string
  5. end
  6. end