Player spellsTable
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. |
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. |