blob: e1faf59c9f86b2d2e8db5e9cc08a99cd699dcd64 (
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
50
51
52
53
54
55
|
# character\_pet\_declinedname
[<-Volver a:Characters](database-characters.md)
**Tabla \`character\_pet\_declinedname\`**
**Estructura**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ------------------ | ----------- | ---------- | --- | ---- | ------- | ----- | ------- |
| [id][1] | INT | UNSIGNED | PRI | NO | 0 | | |
| [owner][2] | INT | UNSIGNED | | NO | 0 | | |
| [genitive][3] | VARCHAR(12) | SIGNED | | NO | NULL | | |
| [dative][4] | VARCHAR(12) | SIGNED | | NO | NULL | | |
| [accusative][5] | VARCHAR(12) | SIGNED | | NO | NULL | | |
| [instrumental][6] | VARCHAR(12) | SIGNED | | NO | NULL | | |
| [prepositional][7] | VARCHAR(12) | SIGNED | | NO | NULL | | |
[1]: #id
[2]: #owner
[3]: #genitive
[4]: #dative
[5]: #accusative
[6]: #instrumental
[7]: #prepositional
**Descripción de los Campos**
### id
ID o dentificador de la mascota.
### owner
ID o Identificador 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
|