Dbscript random templates
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 52: | Строка 52: | ||
|0 | |0 | ||
|Chance for element to occur in % | |Chance for element to occur in % | ||
+ | |- | ||
+ | |[[#comments|comments]] | ||
+ | |varchar(500) | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
|} | |} | ||
<big>'''Описание полей'''</big> | <big>'''Описание полей'''</big> |
Текущая версия на 15:24, 10 сентября 2017
К описанию таблиц базы данных mangos.
Таблица `dbscript_random_templates`
Структура
Field | Type | Attributes | Null | Key | Default | Comments |
id | int(11) | unsigned | NO | PRI | Id of template | |
type | int(11) | unsigned | NO | PRI | Type of template | |
target_id | int(11) | NO | PRI | 0 | Id of chanced element | |
chance | int(11) | NO | 0 | Chance for element to occur in % | ||
comments | varchar(500) |
Описание полей