From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/guild.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/guild.md') diff --git a/docs/guild.md b/docs/guild.md index dd8ef76..7432dfd 100644 --- a/docs/guild.md +++ b/docs/guild.md @@ -31,7 +31,7 @@ This table holds the main guild information. All created guilds or all guilds in

Comment

-

guildid

+

guildid

int(10)

unsigned

PRI

@@ -41,7 +41,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

name

+

name

varchar(24)

signed

 

@@ -51,7 +51,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

leaderguid

+

leaderguid

int(10)

unsigned

 

@@ -61,7 +61,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

EmblemStyle

+

EmblemStyle

tinyint(3)

unsigned

 

@@ -71,7 +71,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

EmblemColor

+

EmblemColor

tinyint(3)

unsigned

 

@@ -81,7 +81,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BorderStyle

+

BorderStyle

tinyint(3)

unsigned

 

@@ -91,7 +91,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BorderColor

+

BorderColor

tinyint(3)

unsigned

 

@@ -101,7 +101,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BackgroundColor

+

BackgroundColor

tinyint(3)

signed

 

@@ -111,7 +111,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

info

+

info

text

signed

 

@@ -121,7 +121,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

motd

+

motd

varchar(128)

signed

 

@@ -131,7 +131,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

createdate

+

createdate

int(10)

unsigned

 

@@ -141,7 +141,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BankMoney

+

BankMoney

bigint(20)

signed

 

-- cgit From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/guild.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/guild.md') diff --git a/docs/guild.md b/docs/guild.md index 7432dfd..32c16d5 100644 --- a/docs/guild.md +++ b/docs/guild.md @@ -61,7 +61,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

EmblemStyle

+

EmblemStyle

tinyint(3)

unsigned

 

@@ -71,7 +71,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

EmblemColor

+

EmblemColor

tinyint(3)

unsigned

 

@@ -81,7 +81,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BorderStyle

+

BorderStyle

tinyint(3)

unsigned

 

@@ -91,7 +91,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BorderColor

+

BorderColor

tinyint(3)

unsigned

 

@@ -101,7 +101,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BackgroundColor

+

BackgroundColor

tinyint(3)

signed

 

@@ -141,7 +141,7 @@ This table holds the main guild information. All created guilds or all guilds in

 

-

BankMoney

+

BankMoney

bigint(20)

signed

 

-- cgit