Created
December 8, 2011 23:17
-
-
Save tylerflint/1449194 to your computer and use it in GitHub Desktop.
web_requests create table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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