class AddArtistToPlaylists < ActiveRecord::Migration
def change
add_column :playlists, :artist_id, :integer
end