mysql> describe oauth_accepted_consumer;
+--------------------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------------+------------------+------+-----+---------+----------------+
| oaac_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| oaac_wiki | varbinary(255) | NO | | NULL | |
| oaac_user_id | int(10) unsigned | NO | MUL | NULL | |
| oaac_consumer_id | int(10) unsigned | NO | MUL | NULL | |
| oaac_access_token | varbinary(32) | NO | UNI | NULL | |
| oaac_access_secret | varbinary(32) | NO | | NULL | |
| oaac_grants | blob | NO | | NULL | |
| oaac_accepted | varbinary(14) | NO | | NULL | |
+--------------------+------------------+------+-----+---------+----------------+