diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-16 16:23:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 22:23:43 +0200 |
| commit | 9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd (patch) | |
| tree | cc7fe36188f6d9144baaddecdc35ed77a2eb1a36 /docs/version_db_characters.md | |
| parent | 535ad2787b77d2ffd79b6788e38156ec5144ca7f (diff) | |
| download | wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.tar.gz wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.tar.bz2 wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.zip | |
chore: characters (#584)
* Update account_data.md
* Update account_instance_times.md
* Update account_tutorial.md
* Update addons.md
* Update arena_team.md
* Fix arena_team.md
* Update arena_team_member.md
* Update auctionhouse.md
* Update banned_addons.md
* Update battleground_deserters.md
* Update bugreport.md
* Update calendar_events.md
* fix calendar_events.md
* fix
* fix
* fix3
* update calendar_invites.md
* update channels.md
* fix channels.md
* fix channels.md
* update channels_bans.md
* update channels_bans.md
* update petition.md
* fix 4
* Update characters.md
* Update worlstates.md
* Update gm_ticket.md
* + Update
* + update 2.md
* + update 3
* update + characters.md
* + update 4.md
* + update 5.md
* update characters, thanks @r-o-b-o-t-o
* fix +
* + Update 6
* + Update 7
* + Update 8
* + Update 9
* Fix + @Kitzunu
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 |
