Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class AddAttributesToSongs < ActiveRecord::Migration
  2.  
  3. def change
  4. add_column :songs, :artist_id, :integer
  5. add_column :songs, :genre_id, :integer
  6. end
  7.  
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement