Skip to content

Create Table: UserPracticeAreaSecondaryXref #680

Description

@fyliu

Overview

We need to create the UserPracticeAreaSecondaryXref table to support many-to-many relationship between UserPracticeAreaSecondary.

Used to be part of

Action Items

  • Create xref table UserPracticeAreaSecondaryXref

    field type related table description
    user FK User
    practice_area FK PracticeArea
  • update models.py User model field

      practice_area_secondary = models.ManyToManyField(
            "PracticeArea",
            related_name="users_secondary",
            blank=True,
            through="UserPracticeAreaSecondaryXref",
        )
    

Resources/Instructions

  • Reference similar code in models.py for guidance

Metadata

Metadata

Assignees

No fields configured for Feature.

Projects

Status
🏗In progress-actively working

Relationships

None yet

Development

No branches or pull requests

Issue actions