From e76b691e78e273226cba9284cb8cd22a423319ed Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Aug 2013 17:23:25 -0500 Subject: bucky2 --- bucky2/schema/poetaster_log.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bucky2/schema/poetaster_log.sql (limited to 'bucky2/schema/poetaster_log.sql') diff --git a/bucky2/schema/poetaster_log.sql b/bucky2/schema/poetaster_log.sql new file mode 100644 index 0000000..09a9189 --- /dev/null +++ b/bucky2/schema/poetaster_log.sql @@ -0,0 +1,12 @@ +USE `bucky`; + +DROP TABLE IF EXISTS `poetaster_log`; +CREATE TABLE `poetaster_log` ( + `id` int(11) NOT NULL auto_increment, + `username` varchar(255), + `url` varchar(255), + `hash` varchar(255), + `date` int(11), + PRIMARY KEY(`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + -- cgit v1.2.3-70-g09d2