BansTable: Difference between revisions
Jump to navigation
Jump to search
Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |account |int(10) unsigned |PRI |0 | | |- |DIF |ip_range |char(15) | | | | Type used to be 'char(1)' in PSLegacy. |- | |start |int(20) unsigned | |0 | | |- | |end |int(20) unsigned | |0 | | |- | |reason |text | | | | |- | |ban_ip |tinyint(1) | |0 | |Account banned by IP as well |}" |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Line 19: | Line 17: | ||
| | | | ||
|- | |- | ||
| | | | ||
|ip_range | |ip_range | ||
|char(15) | |char(15) | ||
Line 25: | Line 23: | ||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | |
Latest revision as of 14:11, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
account | int(10) unsigned | PRI | 0 | |||
ip_range | char(15) | |||||
start | int(20) unsigned | 0 | ||||
end | int(20) unsigned | 0 | ||||
reason | text | |||||
ban_ip | tinyint(1) | 0 | Account banned by IP as well |