diff --git a/db/gw-treasure-listrarity.sql b/db/gw-treasure-listrarity.sql index 193fb40..1b89c53 100644 --- a/db/gw-treasure-listrarity.sql +++ b/db/gw-treasure-listrarity.sql @@ -11,6 +11,7 @@ DROP TABLE IF EXISTS `listrarity`; CREATE TABLE `listrarity` ( + `rarid` int(1) NOT NULL AUTO_INCREMENT, `rarity` varchar(6) DEFAULT NULL COMMENT 'white blue pruple gold green' ) ENGINE=InnoDB DEFAULT CHARSET=latin1;