Sessions Schema

Managing User Sessions and Allowing Data Downloads
πŸ‘¨β€πŸ’Ό Before we can start managing sessions, we need to update our schema to add the session model. Once you get that done, then add a migration for this change:
npx prisma migrate dev --name sessions
We won't need to seed the database with sessions though.

Please set the playground first

Loading "Sessions Schema"
Loading "Sessions Schema"