All pastes #2057137 Raw Edit

Anonymous

public sql v1 · immutable
#2057137 ·published 2011-05-12 01:49 UTC
rendered paste body
+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+| Table | Create Table                                                                                                                                                                                                                                                                    |+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+| users | CREATE TABLE `users` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `book_link` varchar(2083) DEFAULT NULL,  `datetime_offered` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',  `email` varchar(60) DEFAULT NULL,  PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 |+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+1 row in set (0.00 sec)