Estate groups
From OpenSimulator
Revision as of 23:28, 18 July 2009 by Peetr maynard (Talk | contribs)
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)