blob: 9b3d756f915e2b4fadcdd9f2b3bf0e6be7e17675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# secret\_digest
[<-Back-to:Auth](database-auth.md)
**The \`secret\_digest\` table**
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ------------ | ------------ | ---------- | --- | ---- | ------- | ----- | ------- |
| [id][1] | INT | UNSIGNED | PRI | NO | | | |
| [digest][2] | VARCHAR(100) | SIGNED | | NO | | | |
[1]: #id
[2]: #digest
**Description of the fields**
### id
The id digest.
### digest
`field-no-description|2`
|