Estate map
From OpenSimulator
(Difference between revisions)
m (Robot: Cosmetic changes) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
− | |||
− | |||
'''Estate_Map''' '' Maps Regions to estates '' (back to [[Database Documentation]]) | '''Estate_Map''' '' Maps Regions to estates '' (back to [[Database Documentation]]) | ||
− | <br><br> | + | <br /><br /> |
− | The current structure of the estate_managers table is as follows:<br> | + | The current structure of the estate_managers 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>RegionID</td><td>varchar(36)</td><td>NO</td><td>PRI</td><td>00000000-0000-0000-0000-000000000000</td><td></td></tr> | <tr><td>RegionID</td><td>varchar(36)</td><td>NO</td><td>PRI</td><td>00000000-0000-0000-0000-000000000000</td><td></td></tr> | ||
<tr><td>EstateID</td><td>int(11)</td><td>NO</td><td>MUL</td><td></td><td></td></tr> | <tr><td>EstateID</td><td>int(11)</td><td>NO</td><td>MUL</td><td></td><td></td></tr> | ||
</table> | </table> | ||
− | <br> | + | <br /> |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
− | + | ---- | |
'''RegionID''' | '''RegionID''' | ||
− | <br> | + | <br /> |
The UUID of the region contained within the estate. | The UUID of the region contained within the estate. | ||
− | <br> | + | <br /> |
− | <br> | + | <br /> |
'''EstateID''' | '''EstateID''' | ||
− | <br> | + | <br /> |
The ID of the estate containing this region. | The ID of the estate containing this region. | ||
− | <br> | + | <br /> |
− | <br> | + | <br /> |
− | + | ---- | |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
+ | |||
+ | [[Category:Database]] | ||
[[Category:Database]] | [[Category:Database]] |
Latest revision as of 19:00, 3 March 2012
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)