From 9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Fri, 16 Jul 2021 16:23:43 -0400 Subject: 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 --- docs/version_db_characters.md | 42 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-) (limited to 'docs/version_db_characters.md') 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 -- cgit