Skip to content

Instantly share code, notes, and snippets.

@technicalpickles
Created October 3, 2008 05:31
Show Gist options
  • Save technicalpickles/14510 to your computer and use it in GitHub Desktop.
Save technicalpickles/14510 to your computer and use it in GitHub Desktop.
create_table "posts", :force => true do |t|
t.string "title"
t.text "content"
t.datetime "published_at"
t.string "permalink"
t.text "cached_content_html"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment