Estate users
From OpenSimulator
(Difference between revisions)
(Added basic information about structure of estate_users table) |
m (Corrected description of the use for this table) |
||
| Line 5: | Line 5: | ||
[[Category:Database]] | [[Category:Database]] | ||
| − | '''Estate_users''' '' | + | '''Estate_users''' '' Users allowed on the Estate '' (back to [[Database Documentation]]) |
<br><br> | <br><br> | ||
The current structure of the estate_users table is as follows:<br> | The current structure of the estate_users table is as follows:<br> | ||
Revision as of 12:00, 28 November 2009
Estate_users Users allowed on the Estate (back to Database Documentation)
The current structure of the estate_users table is as follows:
| Field |
Type | Null | Key | Default | Extra |
| EstateID | int(10) | NO | PRI | ||
| uuid | char(36) | NO |
(back to Database Documentation)
EstateID
The ID of an estate.
uuid
Additional details needed
(back to Database Documentation)