diff options
| author | Mathematical <zajibrik@gmail.com> | 2022-08-28 22:54:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-29 00:54:08 -0300 |
| commit | 48e91132dcbaf5f87fc73ca1fdee16c61347b701 (patch) | |
| tree | b3ea79e6b61cb54b775867d90de525eaf8bcc23e /docs/es/gm_survey.md | |
| parent | 1748927670f772337c7de3906394a9bbd92a863f (diff) | |
| download | wiki-48e91132dcbaf5f87fc73ca1fdee16c61347b701.tar.gz wiki-48e91132dcbaf5f87fc73ca1fdee16c61347b701.tar.bz2 wiki-48e91132dcbaf5f87fc73ca1fdee16c61347b701.zip | |
Add (Translation/ES) Translations in characters (#796)
* Characters2
* small edit
* Another small edit xd
Diffstat (limited to 'docs/es/gm_survey.md')
| -rw-r--r-- | docs/es/gm_survey.md | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/es/gm_survey.md b/docs/es/gm_survey.md new file mode 100644 index 0000000..67e83f8 --- /dev/null +++ b/docs/es/gm_survey.md @@ -0,0 +1,51 @@ +# gm\_survey + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`gm\_survey\` ** + +Por el momento esta tabla no tiene una definicón específica, tanto en la versión española como inglesa de éste foro y de otros emuladores. Las descripciones aquí hechas NO son las oficiales. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| --------------- | -------- | ---------- | --- | ---- | ------- | -------------- | ------- | +| [surveyId][1] | INT | UNSIGNED | PRI | NO | | Auto Increment | | +| [guid][2] | INT | UNSIGNED | | NO | 0 | | | +| [mainSurvey][3] | INT | UNSIGNED | | NO | 0 | | | +| [comment][4] | LONGTEXT | SIGNED | | NO | | | | +| [createTime][5] | INT | UNSIGNED | | NO | 0 | | | +| [maxMMR][6] | SMALLINT | SIGNED | | NO | | | | + +[1]: #surveyid +[2]: #guid +[3]: #mainsurvey +[4]: #comment +[5]: #createtime +[6]: #maxmmr + +**Descripción de los Campos** + +### surveyId + +`field-no-description|1` (¿Identificador único del 'survey'?) + +### guid + +`field-no-description|2` (¿GUID del personaje del 'survey'?) + +### mainSurvey + +`field-no-description|3` (¿ID del 'survey' principal?) + +### comment + +`field-no-description|4` (¿Un texto a manera de comentario?) + +### createTime + +`field-no-description|5` (¿Tiempo de haber sido creado? Posiblemente medido en tiempo UNIX) + +### maxMMR + +`field-no-description|6` (Matchmaking Rating o [Rango de Emparejamiento de Partidas](https://es.wikipedia.org/wiki/Emparejamiento_(videojuegos) máximo medido en valores enteros) |
