Skip to content

Instantly share code, notes, and snippets.

@agraves
Created February 25, 2012 22:59
Show Gist options
  • Save agraves/1911452 to your computer and use it in GitHub Desktop.
Save agraves/1911452 to your computer and use it in GitHub Desktop.
- create_table "book_authors", :force => true do |t|
+ create_table "book_authors", :id => false, :force => true do |t|
+ t.integer "id", :null => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment