diff options
Diffstat (limited to 'docs/secret_digest.md')
| -rw-r--r-- | docs/secret_digest.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/secret_digest.md b/docs/secret_digest.md new file mode 100644 index 0000000..64c0396 --- /dev/null +++ b/docs/secret_digest.md @@ -0,0 +1,27 @@ +# 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) | | | NO | | | | + + +[1]: #id +[2]: #digest + + +**Description of the fields** + +### id + +The id digest. + +### digest + +`field-no-description|2`
\ No newline at end of file |
