Prepare the database to track check-ins and implement secure token logic.
- Use Drizzle ORM to add checkedAt: timestamp and checkInToken: text (unique) to the registrations table.
- Create a utility to generate a signed JWT for each registration containing the registrationId and eventId.