Jac0bDeal / pikamon

A Pokemon Discord bot inspired by the late Pokecord.
MIT License
5 stars 0 forks source link

Implement Active Pokemon on Persistence Layer #30

Open Jac0bDeal opened 3 years ago

Jac0bDeal commented 3 years ago

Design and implement the DB schema for storing what pokemon is active. Perhaps this can be as simple as a foreign key reference to a pokemon on the trainer's table.