Chapter 3 Assignment

Add a field to the User model

The brief

Add a `bio` (string, nullable) field to the User model. Run the migration. Update the seeder. Verify it appears in the API response. Commit the change with a conventional commit message.

You've completed this when

  • User.bio field exists in the DB
  • GET /api/users returns the bio field
  • You can edit bio from the admin panel

Worked through every criterion?

Push your code to GitHub, paste the link in your notes.md, and move on.

Continue to ch.4: Code Generation & Type Sync