Estate groups
From OpenSimulator
(Difference between revisions)
(New page: __NOTOC__ {{Template:Quicklinks}} <br /> Category:Database '''estate_groups''' Links Estates to Groups'''. '''''Not sure of the exact function of this table''''' &nb...) |
m (Robot: Cosmetic changes) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
− | |||
− | |||
'''estate_groups''' Links Estates to Groups'''. '''''Not sure of the exact function of this table''''' (back to [[Database Documentation]]) | '''estate_groups''' Links Estates to Groups'''. '''''Not sure of the exact function of this table''''' (back to [[Database Documentation]]) | ||
− | <br><br> | + | <br /><br /> |
− | The current structure of the Estate_Groups table is as follows:<br> | + | The current structure of the Estate_Groups table is as follows:<br /> |
− | <br> | + | <br /> |
<table> | <table> | ||
− | <tr><td>Field<br></td><td>Type</td><td>Null</td><td>Key</td><td>Default</td><td>Extra</td></tr> | + | <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> </td></tr> | ||
<tr><td>EstateID</td><td>Integer</td><td>NO</td><td></td><td>Null</td><td>unsigned</td></tr> | <tr><td>EstateID</td><td>Integer</td><td>NO</td><td></td><td>Null</td><td>unsigned</td></tr> | ||
<tr><td>uuid</td><td>char(36)</td><td>NO</td><td></td><td>Null</td><td></td></tr> | <tr><td>uuid</td><td>char(36)</td><td>NO</td><td></td><td>Null</td><td></td></tr> | ||
</table> | </table> | ||
− | <br> | + | <br /> |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
− | + | ---- | |
'''EstateID''' | '''EstateID''' | ||
− | <br> | + | <br /> |
The unique value identifying the estate from the Estate_Settings table. | The unique value identifying the estate from the Estate_Settings table. | ||
− | <br> | + | <br /> |
− | <br> | + | <br /> |
'''uuid''' | '''uuid''' | ||
− | <br> | + | <br /> |
The UUID of the group associated with the estate. | The UUID of the group associated with the estate. | ||
− | <br> | + | <br /> |
− | <br> | + | <br /> |
− | + | ---- | |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
+ | |||
+ | [[Category:Database]] | ||
[[Category:Database]] | [[Category:Database]] |
Latest revision as of 18:59, 3 March 2012
estate_groups Links Estates to Groups. Not sure of the exact function of this table (back to Database Documentation)
The current structure of the Estate_Groups table is as follows:
Field | Type | Null | Key | Default | Extra |
EstateID | Integer | NO | Null | unsigned | |
uuid | char(36) | NO | Null |
(back to Database Documentation)
EstateID
The unique value identifying the estate from the Estate_Settings table.
uuid
The UUID of the group associated with the estate.
(back to Database Documentation)