Comment 2 for bug 1031191

Revision history for this message
Dan Prince (dan-prince) wrote :

For reference the DB table looks like this:

mysql> desc token
    -> ;
+---------+---------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+---------------+------+-----+---------+-------+
| id_hash | varchar(64) | NO | PRI | | |
| expires | datetime | YES | | NULL | |
| extra | text | YES | | NULL | |
| id | varchar(2048) | YES | | NULL | |
+---------+---------------+------+-----+---------+-------+