diff options
Diffstat (limited to 'docs/version_db_characters.md')
| -rw-r--r-- | docs/version_db_characters.md | 42 |
1 files changed, 36 insertions, 6 deletions
diff --git a/docs/version_db_characters.md b/docs/version_db_characters.md index c835a30..0de7f52 100644 --- a/docs/version_db_characters.md +++ b/docs/version_db_characters.md @@ -1,7 +1,37 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [version_db_characters](version_db_characters) +# version\_db\_characters -Column | Type | Description ---- | --- | --- -Sql_rev | VARCHAR(100) | -Required_rev | VARCHAR(100) | -2016_08_25_00 | bit(1) | +[<-Back-to:Auth](database-auth.md) + +**The \`version\_db\_characters\` table** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------------ | ------------ | ---------- | --- | ---- | ------- | ----- | ------- | +| [sql_rev][1] | VARCHAR(100) | SIGNED | PRI | NO | | | | +| [required_rev][2] | VARCHAR(100) | SIGNED | | YES | | | | +| [date][3] | VARCHAR(50) | SIGNED | | YES | | | | +| [2021_07_08_00][4] | BIT(1) | SIGNED | | YES | | | | + +[1]: #sqlrev +[2]: #requiredrev +[3]: #date +[4]: #2021070800 + +**Description of the fields** + +### sql\_rev + +SQL review. + +### required\_rev + +`field-no-description|2` + +### date + +Sql revisions date. + +### 2021\_07\_08\_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.
\ No newline at end of file |
