NEW FEATURE: addicted people can turn of a lot of the email spam and just check...
[e-DoKo.git] / create_database.sql
index d552be58c6fe8954db7994b013148b20b6aa82a8..4408426d6ee6376b005ddf756665264a786b3562 100644 (file)
@@ -206,7 +206,9 @@ CREATE TABLE `Score` (
   `id` int(11) NOT NULL auto_increment,
   `create_date` timestamp NOT NULL default '0000-00-00 00:00:00',
   `game_id` int(11) NOT NULL default '0',
-  `hand_id` int(11) NOT NULL default '0',
+  `party` enum('re','contra') default NULL ,
+  `winner_id` int(11) default NULL ,
+  `looser_id` int(11) default NULL ,
   `score` enum('120', 'call120','against120','90','call90','against90',
           '60','call60','against60','30','call30','against30',
           '0','call0','against0',