blob: 3ae8abfc101bbd7a32e406c56dee29af9f7087fe (
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
|
# character\_declinedname
[<-Back-to:Characters](database-characters.md)
**The \`character\_declinedname\` table**
`table-no-description`
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|--------------------|-------------|------------|-----|------|---------|-------|--------------------------|
| [guid][1] | int(11) | unsigned | PRI | NO | 0 | | Global Unique Identifier |
| [genitive][2] | varchar(15) | signed | | NO | NULL | | |
| [dative][3] | varchar(15) | signed | | NO | NULL | | |
| [accusative][4] | varchar(15) | signed | | NO | NULL | | |
| [instrumental][5] | varchar(15) | signed | | NO | NULL | | |
| [prepositional][6] | varchar(15) | signed | | NO | NULL | | |
[1]: #guid
[2]: #genitive
[3]: #dative
[4]: #accusative
[5]: #instrumental
[6]: #prepositional
**Description of the fields**
### guid
`field-no-description|1`
### genitive
`field-no-description|2`
### dative
`field-no-description|3`
### accusative
`field-no-description|4`
### instrumental
`field-no-description|5`
### prepositional
`field-no-description|6`
|