diff options
Diffstat (limited to 'docs/version_db_auth.md')
| -rw-r--r-- | docs/version_db_auth.md | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/version_db_auth.md b/docs/version_db_auth.md index 2bb9da7..d78d46b 100644 --- a/docs/version_db_auth.md +++ b/docs/version_db_auth.md @@ -1,15 +1,15 @@ -# version_db_auth +# version\_db\_auth [<-Back-to:Auth](database-auth.md) -**The \`version_db_auth\` table** +**The \`version\_db\_auth\` table** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|--------------------|--------------|------------|-----|------|---------|-------|---------| -| [sql_rev][1] | VARCHAR(100) | | PRI | NO | | | | -| [required_rev][2] | VARCHAR(100) | | MUL | YES | | | | -| [date][3] | VARCHAR(50) | | | YES | | | | -| [2021_06_17_00][4] | BIT(1) | | | YES | | | | +| ------------------ | ------------ | ---------- | --- | ---- | ------- | ----- | ------- | +| [sql_rev][1] | VARCHAR(100) | SIGNED | PRI | NO | | | | +| [required_rev][2] | VARCHAR(100) | SIGNED | MUL | YES | | | | +| [date][3] | VARCHAR(50) | SIGNED | | YES | | | | +| [2021_06_17_00][4] | BIT(1) | SIGNED | | YES | | | | [1]: #sqlrev [2]: #requiredrev @@ -18,19 +18,18 @@ **Description of the fields** -### sql_rev +### sql\_rev SQL review. -### required_rev +### required\_rev ### date Sql revisions date. -### 2021_06_17_00 +### 2021\_06\_17\_00 The date of the last update to the auth database. **Note** this column changes automatically according to the last update of the auth database. - |
