blob: 6df9cae3bce74fe540c0529ed17125c176685638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# character\_declinedname
[<-Volver a:Characters](database-characters.md)
**Tabla \`character\_declinedname\`**
**Estructura**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ------------------ | ----------- | ---------- | --- | ---- | ------- | ----- | ------------------------ |
| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier |
| [genitive][2] | VARCHAR(15) | SIGNED | | NO | '' | | |
| [dative][3] | VARCHAR(15) | SIGNED | | NO | '' | | |
| [accusative][4] | VARCHAR(15) | SIGNED | | NO | '' | | |
| [instrumental][5] | VARCHAR(15) | SIGNED | | NO | '' | | |
| [prepositional][6] | VARCHAR(15) | SIGNED | | NO | '' | | |
[1]: #guid
[2]: #genitive
[3]: #dative
[4]: #accusative
[5]: #instrumental
[6]: #prepositional
**Descripción de los Campos**
### guid
GUID o Identificador Global Único del jugador.
### genitive
https://es.wikipedia.org/wiki/Caso_genitivo
### dative
https://es.wikipedia.org/wiki/Caso_dativo
### accusative
https://es.wikipedia.org/wiki/Caso_acusativo
### instrumental
https://es.wikipedia.org/wiki/Caso_instrumental
### prepositional
https://es.wikipedia.org/wiki/Sintagma_preposicional
|