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 ...) |
|||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
| + | {{Template:Quicklinks}} | ||
| + | <br /> | ||
| + | |||
[[Category:Database]] | [[Category:Database]] | ||
Revision as of 06:50, 21 May 2009
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)