moved files to top of domain and found a few links that didn't use the one defined...
[e-DoKo.git] / create_database.sql
index b6e7332631613b56fdf10017beb66ba2edf75f92..66c0cc330ee787591373066c989c7cdf655bd217 100644 (file)
@@ -73,6 +73,7 @@ CREATE TABLE `Game` (
   `type` enum('solo','wedding','poverty','dpoverty') default NULL,
   `solo` enum('trumpless','jack','queen','trump','club','spade','heart','silent') default NULL,
   `status` enum('pre','play','gameover') default NULL,
+  `followup_of` int(11) default NULL,
   `id` int(11) NOT NULL auto_increment,
   UNIQUE KEY `id` (`id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;