A website template with lots of features, built with ruby on rails.
class AddLinkToInfos < ActiveRecord::Migration def change add_column :infos, :website_link, :string end end