class AddApprovedFlagToArtist < ActiveRecord::Migration
def change
add_column :artists, :approved, :integer
end