viewing paste 3CeAM-->Hercules logs.sql | SQL

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14
-- Working as of April 16th, 2013
 
--
-- Table changes for table `picklog`
--
 
ALTER TABLE `picklog` CHANGE `type` `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U') NOT NULL DEFAULT 'P',
ADD `unique_id` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `card3` ;
 
--
-- Table changes for table `zenylog`
--
 
ALTER TABLE `zenylog` CHANGE `type` `type` enum('T','V','P','M','S','N','D','C','A','E','I','B') NOT NULL DEFAULT 'S' ;
Viewed 1178 times, submitted by jaBote.