Landaccesslist
From OpenSimulator
Landaccesslist Controls access to land parcels (back to Database Documentation)
The current structure of the landaccesslist table is as follows:
Field | Type | Null | Key | Default | Extra |
LandUUID | varchar(255) | YES | |||
AccessUUID | varchar(255) | YES | |||
Flags | int(11) | YES |
(back to Database Documentation)
LandUUID
The UUID of the land parcel.
AccessUUID
The UUID of the user affected by this access.
flags
Flags defining the level of access to be granted or refused.
Flags include:
1 - Allow
2 - Ban
(back to Database Documentation)