Skip to content

Instantly share code, notes, and snippets.

@oleander
Created January 28, 2011 20:25
Show Gist options
  • Save oleander/800877 to your computer and use it in GitHub Desktop.
Save oleander/800877 to your computer and use it in GitHub Desktop.
create_table "movies", :force => true do |t|
t.integer "length"
t.float "rating"
t.string "title"
t.integer "year"
t.datetime "created_at"
t.datetime "updated_at"
t.text "plot"
t.string "company"
t.string "trailer"
t.boolean "subtitle"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment