diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-08-08 06:04:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 12:04:05 +0200 |
| commit | 4791ba79f50b033a182422bb8dc9045da641b08c (patch) | |
| tree | ad6ea270fe488acbd478123c04e36a6aab3a4e07 /docs/version_db_auth.md | |
| parent | 0d430fa01d4da85406f732b76921478c460440f6 (diff) | |
| download | wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.gz wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.bz2 wiki-4791ba79f50b033a182422bb8dc9045da641b08c.zip | |
chore: Update db-auth (#602)
* Update db-auth
* delete the language change from the tables
* Update database-auth.md
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. - |
