From a6f9a4ec562f93401ccb540b09a2a475319a4b49 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:32:38 -0600 Subject: [PATCH] Created character_spells (markdown) --- character_spells.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 character_spells.md diff --git a/character_spells.md b/character_spells.md new file mode 100644 index 0000000..68fc953 --- /dev/null +++ b/character_spells.md @@ -0,0 +1,5 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11) unsigned|NO|PRI| |auto\_increment +slot\_id|smallint(11) unsigned|NO|PRI|0| +spell\_id|smallint(11) unsigned|NO| |0| \ No newline at end of file