Player spellsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | player_id | integer | Y CharactersTable | The character id. |- | spell_id | integer | Y SpellsTable | The…' |
m add to category (Engine documents) |
||
Line 21: | Line 21: | ||
| The spell slot. | | The spell slot. | ||
|} | |} | ||
[[Category:Engine documents]] |
Revision as of 00:11, 23 October 2010
field | type | foreign key | description |
---|---|---|---|
player_id | integer | Y CharactersTable | The character id. |
spell_id | integer | Y SpellsTable | The spell id. |
spell_slot | tinyint | N | The spell slot. |