From 4791ba79f50b033a182422bb8dc9045da641b08c Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Sun, 8 Aug 2021 06:04:05 -0400 Subject: chore: Update db-auth (#602) * Update db-auth * delete the language change from the tables * Update database-auth.md --- docs/version_db_auth.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'docs/version_db_auth.md') 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. - -- cgit