Petition
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to the characters database list of tables. <big>'''The `petition` table'''</big> This table holds infor…») |
NeatElves (Обсуждение | вклад) |
||
(6 промежуточных версий не показаны.) | |||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | [[Category: Mangos characters database tables]] | |
+ | К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | ||
- | <big>''' | + | <big>'''Таблица `petition`'''</big> |
- | |||
+ | Таблица содержит информацию обо всех документах, нужных для создания команды арены или гильдии. | ||
- | <big>''' | + | |
+ | <big>'''Структура'''</big> | ||
{| border="1" | {| border="1" | ||
|'''Field''' | |'''Field''' | ||
|'''Type''' | |'''Type''' | ||
+ | |'''Attributes''' | ||
|'''Null''' | |'''Null''' | ||
|'''Key''' | |'''Key''' | ||
|'''Default''' | |'''Default''' | ||
- | |''' | + | |'''Comments''' |
|- | |- | ||
|[[#ownerguid|ownerguid]] | |[[#ownerguid|ownerguid]] | ||
- | |int(10) unsigned | + | |int(10) |
+ | |unsigned | ||
|NO | |NO | ||
|PRI | |PRI | ||
Строка 27: | Строка 31: | ||
|- | |- | ||
|[[#petitionguid|petitionguid]] | |[[#petitionguid|petitionguid]] | ||
- | |int(10) unsigned | + | |int(10) |
- | | | + | |unsigned |
+ | | | ||
| | | | ||
|0 | |0 | ||
Строка 35: | Строка 40: | ||
|[[#name|name]] | |[[#name|name]] | ||
|varchar(255) | |varchar(255) | ||
+ | | | ||
|NO | |NO | ||
| | | | ||
Строка 41: | Строка 47: | ||
|- | |- | ||
|[[#type|type]] | |[[#type|type]] | ||
- | |int(10) unsigned | + | |int(10) |
+ | |unsigned | ||
|NO | |NO | ||
- | | | + | |PRI |
|0 | |0 | ||
| | | | ||
Строка 49: | Строка 56: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====ownerguid==== | ====ownerguid==== | ||
- | + | Идентификатор документа. См. [[characters#guid|characters.guid]]. | |
+ | |||
====petitionguid==== | ====petitionguid==== | ||
The GUID of the petition item. See [[item_instance#guid|item_instance.guid]] | The GUID of the petition item. See [[item_instance#guid|item_instance.guid]] | ||
Строка 57: | Строка 65: | ||
The name of the guild or arena team that the player is trying to ask for petitions for. | The name of the guild or arena team that the player is trying to ask for petitions for. | ||
====type==== | ====type==== | ||
- | + | Тип документа. | |
{| border=1 cellpadding=3 cellspacing=0 | {| border=1 cellpadding=3 cellspacing=0 | ||
! ID !! Type | ! ID !! Type | ||
Строка 69: | Строка 77: | ||
| 9 || Guild charter | | 9 || Guild charter | ||
|} | |} | ||
- |
Текущая версия на 12:06, 13 февраля 2011
|
К описанию таблиц базы данных characters.
Таблица `petition`
Таблица содержит информацию обо всех документах, нужных для создания команды арены или гильдии.
Структура
Field | Type | Attributes | Null | Key | Default | Comments |
ownerguid | int(10) | unsigned | NO | PRI | ||
petitionguid | int(10) | unsigned | 0 | |||
name | varchar(255) | NO | ||||
type | int(10) | unsigned | NO | PRI | 0 |
Описание полей
ownerguid
Идентификатор документа. См. characters.guid.
petitionguid
The GUID of the petition item. See item_instance.guid
name
The name of the guild or arena team that the player is trying to ask for petitions for.
type
Тип документа.
ID | Type |
---|---|
2 | 2vs2 Arena charter |
3 | 3vs3 Arena charter |
5 | 5vs5 Arena charter |
9 | Guild charter |