]> WPIA git - gigi.git/blobdiff - doc/tableStructure.sql
UPD: cleanup reminders of old table.
[gigi.git] / doc / tableStructure.sql
index c141f0adf35f7973effb24899a41f14da7ba5205..8fd14c8807c1cdf7f6e04d2c18a914411e41de92 100644 (file)
@@ -67,7 +67,7 @@ DROP TABLE IF EXISTS `emailPinglog`;
 CREATE TABLE `emailPinglog` (
   `when` datetime NOT NULL,
   `uid` int(11) NOT NULL,
-  `emailid` int(11) NOT NULL,
+  `email` varchar(255) NOT NULL,
   `type` enum('fast', 'active') NOT NULL,
   `status` enum('open', 'success', 'failed') NOT NULL,
   `result` varchar(255) NOT NULL