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 |}" |
(No difference)
|
Revision as of 11:44, 11 January 2022
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 |