Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created December 8, 2011 23:17
Show Gist options
  • Save tylerflint/1449194 to your computer and use it in GitHub Desktop.
Save tylerflint/1449194 to your computer and use it in GitHub Desktop.
web_requests create table
CREATE TABLE "web_requests"
("app_id" varchar(50)
,"component_id" varchar(50)
,"cookie" varchar(50)
,"duration" integer
,"path" varchar(2000)
,"created_at" timestamp
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment