20130614132337_add_improted_to_project.rb 151 Bytes EditWeb IDE 1 2 3 4 5 class AddImprotedToProject < ActiveRecord::Migration def change add_column :projects, :imported, :boolean, default: false, null: false end end