diff options
Diffstat (limited to 'docs/guild_rank.md')
| -rw-r--r-- | docs/guild_rank.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/guild_rank.md b/docs/guild_rank.md index c2d241c..324410a 100644 --- a/docs/guild_rank.md +++ b/docs/guild_rank.md @@ -10,11 +10,11 @@ This table holds the information on all of the ranks available in a guild along | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |----------------------|--------------|------------|-----|------|---------|-------|---------| -| [guildid][1] | int(10) | unsigned | PRI | NO | 0 | | | -| [rid][2] | tinyint(3) | unsigned | PRI | NO | | | | -| [rname][3] | varchar(20) | signed | | NO | " | | | -| [rights][4] | mediumint(8) | unsigned | | NO | 0 | | | -| [BankMoneyPerDay][5] | int(10) | unsigned | | NO | 0 | | | +| [guildid][1] | INT | UNSIGNED | PRI | NO | 0 | | | +| [rid][2] | TINYINT | UNSIGNED | PRI | NO | | | | +| [rname][3] | VARCHAR(20) | SIGNED | | NO | " | | | +| [rights][4] | MEDIUMINT | UNSIGNED | | NO | 0 | | | +| [BankMoneyPerDay][5] | INT | UNSIGNED | | NO | 0 | | | [1]: #guildid [2]: #rid @@ -64,4 +64,4 @@ The rights a player with this rank has in the guild. The calculation of multiple ### BankMoneyPerDay -The total money per day, in copper, that a person with this rank can take out. Use the maximum value of an unsigned int (4294967295) to specify unlimited amount. +The total money per day, in copper, that a person with this rank can take out. Use the maximum value of an UNSIGNED INT (4294967295) to specify unlimited amount. |
