Estate managers
From OpenSimulator
(Difference between revisions)
(New page: Category:Database '''Estate Managers''' ''Records managers of estates '' (back to Database Documentation) <br><br> The current structure of the ...) |
m (Robot: Cosmetic changes) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | {{Quicklinks}} | ||
+ | <br /> | ||
'''Estate Managers''' ''Records managers of estates '' (back to [[Database Documentation]]) | '''Estate Managers''' ''Records managers of 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>EstateID</td><td>int(10) unsigned</td><td>NO</td><td>MUL</td><td></td><td></td></tr> | <tr><td>EstateID</td><td>int(10) unsigned</td><td>NO</td><td>MUL</td><td></td><td></td></tr> | ||
<tr><td>uuid</td><td>varchar(36)</td><td>NO</td><td></td><td></td><td></td></tr> | <tr><td>uuid</td><td>varchar(36)</td><td>NO</td><td></td><td></td><td></td></tr> | ||
</table> | </table> | ||
− | <br> | + | <br /> |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
− | + | ---- | |
'''EstateID''' | '''EstateID''' | ||
− | <br> | + | <br /> |
The ID of the managed estate. | The ID of the managed estate. | ||
− | <br> | + | <br /> |
− | <br> | + | <br /> |
'''uuid''' | '''uuid''' | ||
− | <br> | + | <br /> |
The UUID of the user managing this estate. | The UUID of the user managing this estate. | ||
− | <br> | + | <br /> |
− | <br> | + | <br /> |
− | + | ---- | |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
+ | |||
+ | [[Category:Database]] | ||
[[Category:Database]] | [[Category:Database]] |
Latest revision as of 18:59, 3 March 2012
Estate Managers Records managers of estates (back to Database Documentation)
The current structure of the estate_managers table is as follows:
Field | Type | Null | Key | Default | Extra |
EstateID | int(10) unsigned | NO | MUL | ||
uuid | varchar(36) | NO |
(back to Database Documentation)
EstateID
The ID of the managed estate.
uuid
The UUID of the user managing this estate.
(back to Database Documentation)