diff --git a/lib/db/mysql.js b/lib/db/mysql.js
index 62839715c69f5712d8afd9d64b5f9daf95d8488c..4c8f1edf36efbd8d10c23e423ac188cd462ba78e 100644
--- a/lib/db/mysql.js
+++ b/lib/db/mysql.js
@@ -9,13 +9,13 @@
 
 /*
  * The Schema:
- *                                      +--- email -------+
- *    +--- user -----------------+      |*int    id       |
- *    |*int    id                |<-----|*int    user     |
- *    | string passwd            |      |*string address  |
- *    | int    lastPasswordReset |      | enum   type     |
- *    +--------------------------+      | bool   verified |
- *                                      +-----------------+
+ *                                         +--- email -------+
+ *    +--- user --------------------+      |*int    id       |
+ *    |*int       id                |<-----|*int    user     |
+ *    | string    passwd            |      |*string address  |
+ *    | timestamp lastPasswordReset |      | enum   type     |
+ *    +-----------------------------+      | bool   verified |
+ *                                         +-----------------+
  *
  *
  *    +------ staged ----------+