summaryrefslogtreecommitdiff
path: root/docs/character_pet_declinedname.md
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
committerFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
commita35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch)
tree91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/character_pet_declinedname.md
parentd8d1823802ded97300fa57405d80b16736603489 (diff)
downloadwiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip
Import DB wiki from TC 335
Diffstat (limited to 'docs/character_pet_declinedname.md')
-rw-r--r--docs/character_pet_declinedname.md145
1 files changed, 134 insertions, 11 deletions
diff --git a/docs/character_pet_declinedname.md b/docs/character_pet_declinedname.md
index 6d0c5dc..bc4386b 100644
--- a/docs/character_pet_declinedname.md
+++ b/docs/character_pet_declinedname.md
@@ -1,11 +1,134 @@
-[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_pet_declinedname](character_pet_declinedname)
-
-Column | Type | Description
---- | --- | ---
-Id | int(10) unsigned |
-Owner | int(10) unsigned |
-Genitive | varchar(12) |
-Dative | varchar(12) |
-Accusative | varchar(12) |
-Instrumental | varchar(12) |
-Prepositional | varchar(12) |
+# character\_pet\_declinedname
+
+`Back-to:Characters`
+
+**The \`character\_pet\_declinedname\` table**
+
+`table-no-description`
+
+**Structure**
+
+<table>
+<colgroup>
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+</colgroup>
+<tbody>
+<tr class="odd">
+<td><p><strong>Field</strong></p></td>
+<td><p><strong>Type</strong></p></td>
+<td><p><strong>Attributes</strong></p></td>
+<td><p><strong>Key</strong></p></td>
+<td><p><strong>Null</strong></p></td>
+<td><p><strong>Default</strong></p></td>
+<td><p><strong>Extra</strong></p></td>
+<td><p><strong>Comment</strong></p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#character_pet_declinedname-id">id</a></p></td>
+<td><p>int(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#character_pet_declinedname-owner">owner</a></p></td>
+<td><p>int(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#character_pet_declinedname-genitive">genitive</a></p></td>
+<td><p>varchar(12)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>NULL</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#character_pet_declinedname-dative">dative</a></p></td>
+<td><p>varchar(12)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>NULL</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#character_pet_declinedname-accusative">accusative</a></p></td>
+<td><p>varchar(12)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>NULL</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#character_pet_declinedname-instrumental">instrumental</a></p></td>
+<td><p>varchar(12)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>NULL</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#character_pet_declinedname-prepositional">prepositional</a></p></td>
+<td><p>varchar(12)</p></td>
+<td><p>signed</p></td>
+<td><p> </p></td>
+<td><p>NO</p></td>
+<td><p>NULL</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+</tbody>
+</table>
+
+**Description of the fields**
+
+### id
+
+`field-no-description|1`
+
+### owner
+
+`field-no-description|2`
+
+### genitive
+
+`field-no-description|3`
+
+### dative
+
+`field-no-description|4`
+
+### accusative
+
+`field-no-description|5`
+
+### instrumental
+
+`field-no-description|6`
+
+### prepositional
+
+`field-no-description|7`