Estateban
From OpenSimulator
(Difference between revisions)
(Added basic information about structure of estateban table) |
m (Corrected reference to name of database table) |
||
Line 7: | Line 7: | ||
'''Estateban''' '' Information on banned users and IP addresses '' (back to [[Database Documentation]]) | '''Estateban''' '' Information on banned users and IP addresses '' (back to [[Database Documentation]]) | ||
<br><br> | <br><br> | ||
− | The current structure of the | + | The current structure of the estateban table is as follows:<br> |
<br> | <br> | ||
<table> | <table> |
Revision as of 11:53, 28 November 2009
Estateban Information on banned users and IP addresses (back to Database Documentation)
The current structure of the estateban table is as follows:
Field |
Type | Null | Key | Default | Extra |
EstateID | int(10) | NO | PRI | ||
bannedUUID | varchar(36) | NO | |||
bannedIp | varchar(16) | NO | |||
bannedIpHostMask | varchar(16) | NO | |||
bannedNameMask | varchar(64) | YES | NULL |
(back to Database Documentation)
EstateID
The ID of an estate.
bannedUUID
UUID of a banned user.
bannedIp
Additional details needed
bannedIpHostMask
Additional details needed
bannedNameMask
Additional details needed
(back to Database Documentation)