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 (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
Revision as of 06:23, 10 June 2011
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)