Estate users
From OpenSimulator
(Difference between revisions)
(Added basic information about structure of estate_users table) |
m (Robot: Cosmetic changes) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
− | + | '''Estate_users''' '' Users allowed on the Estate '' (back to [[Database Documentation]]) | |
− | + | <br /><br /> | |
− | '''Estate_users''' '' | + | The current structure of the estate_users table is as follows:<br /> |
− | <br><br> | + | <br /> |
− | The current structure of the estate_users table is as follows:<br> | + | |
− | <br> | + | |
<table> | <table> | ||
<tr> | <tr> | ||
− | <td>Field<br></td> | + | <td>Field<br /></td> |
<td>Type</td> | <td>Type</td> | ||
<td>Null</td> | <td>Null</td> | ||
Line 39: | Line 37: | ||
</table> | </table> | ||
− | <br> | + | <br /> |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
− | + | ---- | |
− | '''EstateID'''<br> | + | '''EstateID'''<br /> |
− | The ID of an estate.<br><br> | + | The ID of an estate.<br /><br /> |
− | '''uuid'''<br> | + | '''uuid'''<br /> |
− | ''Additional details needed''<br><br> | + | ''Additional details needed''<br /><br /> |
− | + | ---- | |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
+ | |||
+ | [[Category:Database]] | ||
[[Category:Database]] | [[Category:Database]] |
Latest revision as of 19:00, 3 March 2012
Estate_users Users allowed on the Estate (back to Database Documentation)
The current structure of the estate_users table is as follows:
Field |
Type | Null | Key | Default | Extra |
EstateID | int(10) | NO | PRI | ||
uuid | char(36) | NO |
(back to Database Documentation)
EstateID
The ID of an estate.
uuid
Additional details needed
(back to Database Documentation)