class AddLicenceIdToProject < ActiveRecord::Migration def change add_column :projects, :licence_id, :integer end end