Landaccesslist

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(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...)
 
Line 1: Line 1:
Schema of Landaccesslist is:
+
[[Category:Database]]
LandUUID varchar(255),
+
AccessUUID varchar(255),
+
Flags string;
+
  
AccessUUID is the UUID of a user from the table users in the database userprofiles.db
+
'''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>&nbsp;</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>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>
 +
<hr>
 +
'''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>
 +
<hr>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>
 +
[[Category:Database]]

Revision as of 15:57, 22 February 2009


Landaccesslist Controls access to land parcels      (back to Database Documentation)

The current structure of the landaccesslist table is as follows:

Field
TypeNullKeyDefaultExtra
 
LandUUIDvarchar(255)YES
AccessUUIDvarchar(255)YES
Flagsint(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)

Personal tools
General
About This Wiki