class AddUrlToProjets < ActiveRecord::Migration def change add_column :projets, :url, :string end end