Skip to content

Instantly share code, notes, and snippets.

@joshed-io
Created August 25, 2010 07:32
Show Gist options
  • Save joshed-io/549040 to your computer and use it in GitHub Desktop.
Save joshed-io/549040 to your computer and use it in GitHub Desktop.
create_table "blips", :force => true do |t|
t.string "uri"
t.string "method"
t.string "ip_address"
t.string "referrer"
t.string "user_agent"
t.integer "user_id"
t.datetime "created_at"
t.datetime "updated_at"
t.string "login_id"
t.string "response_status"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment