Land (database table)
From OpenSimulator
Line 157: | Line 157: | ||
'''Passhours''' | '''Passhours''' | ||
<br> | <br> | ||
− | + | The length of time that a pass to his parcel is valid. | |
<br> | <br> | ||
<br> | <br> | ||
'''PassPrice''' | '''PassPrice''' | ||
<br> | <br> | ||
− | + | The cost of a pass to this parcel. | |
<br> | <br> | ||
<br> | <br> | ||
'''SnapshotUUID''' | '''SnapshotUUID''' | ||
<br> | <br> | ||
− | + | The UUID (key) on the asset table of a picture of this parcel. | |
<br> | <br> | ||
<br> | <br> |
Revision as of 09:49, 25 February 2009
Estate Managers Records managers of estates (back to Database Documentation)
The current structure of the Land table is as follows:
Field | Type | Null | Key | Default | Extra |
UUID | varchar(255) | NO | PRI | ||
RegionUUID | varchar(255) | YES | |||
LocalLandID | int(11) | YES | |||
bitmap | longblob | YES | |||
Name | varchar(255) | YES | |||
Description | varchar(255) | YES | |||
OwnerUUID | varchar(255) | YES | |||
IsGroupOwned | int(11) | YES | |||
Area | int(11) | YES | |||
AuctionID | int(11) | YES | |||
Category | int(11) | YES | |||
ClaimDate | int(11) | YES | |||
ClaimPrice | int(11) | YES | |||
GroupUUID | varchar(255) | YES | |||
SalePrice | int(11) | YES | |||
LandStatus | int(11) | YES | |||
LandFlags | int(11) | YES | |||
MediaAutoScale | int(11) | YES | |||
MediaTextureUUID | varchar(255) | YES | |||
MediaURL | varchar(255) | YES | |||
MUSICURL | varchar(255) | YES | |||
Passhours | float | YES | |||
PassPrice | int(11) | YES | |||
SnapshotUUID | varchar(255) | YES | |||
UserLocationX | int(11) | YES | |||
UserLocationY | int(11) | YES | |||
UserLocationZ | int(11) | YES | |||
UserLookAtX | int(11) | YES | |||
UserLookAtY | int(11) | YES | |||
UserLookAtZ | int(11) | YES | |||
AuthBuyerID | varchar(255) | NO | 00000000-0000-0000-0000-000000000000 | ||
OtherCleanTime | int(11) | NO | |||
Dwell | int(11) | NO |
(back to Database Documentation)
UUID
The unique ID of the Land Parcel.
RegionUUID
The UUID of the region containing this land parcel.
LocalLandID
To be identified.
Bitmap
To be identified.
Name
The name of this land parcel.
Description
A description of this land parcel.
OwnerUUID
The UUID of the user who owns this land parcel.
IsGroupOwned
To be identified.
Area
To be identified.
AuctionID
To be identified.
Category
To be identified.
ClaimDate
To be identified.
ClaimPrice
To be identified.
GroupUUID
To be identified when Groups are implemented.
SalePrice
If the land is for sale this is the price asked.
LandStatus
To be identified.
LandFlags
To be identified.
LandingType
To be identified.
MediaAutoScale
To be identified.
MediaTextureUUID
To be identified.
MediaURL
The URL of the Media station to be played in this land.
MusicURL
The URL of the Music station to be played in this land.
Passhours
The length of time that a pass to his parcel is valid.
PassPrice
The cost of a pass to this parcel.
SnapshotUUID
The UUID (key) on the asset table of a picture of this parcel.
UserLocationX
To be identified.
UserLocationY
To be identified.
UserLocationZ
To be identified.
UserLookAtX
To be identified.
UserLookAtY
To be identified.
UserLookAtZ
To be identified.
AuthBuyID
The UUID of the User authorised to buy this land.
OtherCleanTime
To be identified.
Dwell
To be identified.
(back to Database Documentation)