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...) |
Revision as of 00:28, 19 July 2009
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)