All next available challenges for users should be stored in a new table, such that this table can eventually be queried to display each user's next available challenges.
Implement the create method, and it is not a requirement that it is hooked up to anything.
AC:
- Implement next available challenges table
- Add jest tests to validate the record create function