Estate map
From OpenSimulator
(Difference between revisions)
(New page: Category:Database '''Estate_Map''' '' Maps Regions to estates '' (back to Database Documentation) <br><br> The current structure of the estate_m...) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | {{Template:Quicklinks}} | ||
+ | <br /> | ||
+ | |||
[[Category:Database]] | [[Category:Database]] | ||
Revision as of 06:48, 21 May 2009
Estate_Map Maps Regions to estates (back to Database Documentation)
The current structure of the estate_managers table is as follows:
Field | Type | Null | Key | Default | Extra |
RegionID | varchar(36) | NO | PRI | 00000000-0000-0000-0000-000000000000 | |
EstateID | int(11) | NO | MUL |
(back to Database Documentation)
RegionID
The UUID of the region contained within the estate.
EstateID
The ID of the estate containing this region.
(back to Database Documentation)