Sessions Schema
π¨βπΌ 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.