BaseModel defines id with uuid4 default, help_text, and verbose_name on
created_at/updated_at/is_active. Migration 0036 omitted these, causing
Django to detect pending model changes and refuse to migrate on the server.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>