Item text
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад)
(Новая страница: «{| align="right" | __TOC__ |} Back to the characters database list of tables. <big>'''The `item_text` table'''</big> This table is part of…»)
Следующая правка →
(Новая страница: «{| align="right" | __TOC__ |} Back to the characters database list of tables. <big>'''The `item_text` table'''</big> This table is part of…»)
Следующая правка →
Версия 16:20, 7 марта 2010
|
Back to the characters database list of tables.
The `item_text` table
This table is part of the mail system and holds the text information of every letter.
Structure
Field | Type | Null | Key | Default | Extra |
id | int(11) | NO | PRI | 0 | |
text | longtext | YES | None |
Description of the fields
id
The text entry ID. This number is unique to every text entry in this table.
text
The actual text that was sent as mail using the mail system. There are some special messages that are sent through the mail and therefore use this table but have a special format to them:
- Auction won (sent to bidder): "<owner's GUID as hex>:<winning bid in copper>:<buyout price in copper>"
- Auction successful (sent to owner): "<bidder's GUID as hex>:<winning bid in copper>:0:<deposit in copper>:<auction cut in copper>"
(c)udbwiki