1 Table openwebauth-token
3 Store OpenWebAuth token to verify contacts
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id | sequential ID | int unsigned | YES | PRI | | auto_increment |
8 | uid | User id - currently unused | mediumint unsigned | YES | | 0 | |
9 | type | Verify type | varchar(32) | YES | | | |
10 | token | A generated token | varchar(255) | YES | | | |
11 | meta | | varchar(255) | YES | | | |
12 | created | datetime of creation | datetime | YES | | 0001-01-01 00:00:00 | |
14 Return to [database documentation](help/database)