Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #557 // create table web_delivered

Document

CREATE TABLE `web_delivered` (
 `web_delivered_id` int(11) NOT NULL AUTO_INCREMENT,
 `_code` longtext NOT NULL,
 `_ip` varchar(15) NOT NULL,
 `_time` datetime NOT NULL,
 `_page` longtext NOT NULL,
 `_uri` text NOT NULL,
 `_headers` text NOT NULL,
 `_complete` int(11) NOT NULL,
 PRIMARY KEY (`web_delivered_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;

download  show line numbers   

Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #557
Snippet name: create table web_delivered
Eternal ID of this version: #557/1
Text MD5: b3da45e8d09f79ca810b46b47641a769
Author: stefan
Category:
Type: Document
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-04-03 22:37:48
Source code size: 378 bytes / 11 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 556 / 159
Referenced in: [show references]