Landaccesslist
From OpenSimulator
(Difference between revisions)
Goldiekatsu (Talk | contribs) (New page: Schema of Landaccesslist is: LandUUID varchar(255), AccessUUID varchar(255), Flags string; AccessUUID is the UUID of a user from the table users in the database userprofiles.db Flags inc...) |
m (Robot: Cosmetic changes) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
− | + | {{Quicklinks}} | |
− | + | <br /> | |
− | + | ||
− | + | '''Landaccesslist''' '' Controls access to land parcels'' (back to [[Database Documentation]]) | |
− | + | <br /><br /> | |
− | Flags include: | + | The current structure of the landaccesslist table is as follows:<br /> |
− | 1 - Allow | + | <br /> |
+ | <table> | ||
+ | <tr><td>Field<br /></td><td>Type</td><td>Null</td><td>Key</td><td>Default</td><td>Extra</td></tr> | ||
+ | <tr><td> </td></tr> | ||
+ | <tr><td>LandUUID</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr> | ||
+ | <tr><td>AccessUUID</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr> | ||
+ | <tr><td>Flags</td><td>int(11)</td><td>YES</td><td></td><td></td><td></td></tr> | ||
+ | </table> | ||
+ | <br /> | ||
+ | (back to [[Database Documentation]])<br /> | ||
+ | ---- | ||
+ | '''LandUUID''' | ||
+ | <br /> | ||
+ | The UUID of the land parcel. | ||
+ | <br /> | ||
+ | <br /> | ||
+ | '''AccessUUID''' | ||
+ | <br /> | ||
+ | The UUID of the user affected by this access. | ||
+ | <br /> | ||
+ | <br /> | ||
+ | '''flags''' | ||
+ | <br /> | ||
+ | Flags defining the level of access to be granted or refused.<br /> | ||
+ | Flags include:<br /> | ||
+ | 1 - Allow<br /> | ||
2 - Ban | 2 - Ban | ||
+ | <br /> | ||
+ | <br /> | ||
+ | ---- | ||
+ | (back to [[Database Documentation]])<br /> | ||
+ | |||
+ | [[Category:Database]] | ||
+ | [[Category:Database]] |
Latest revision as of 19:32, 3 March 2012
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)