Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 394 Bytes

File metadata and controls

13 lines (12 loc) · 394 Bytes
erDiagram
    Teacher ||--o{ EmailAddress : ""
    Teacher ||--o{ Mentorship : "Mentor"
    Teacher ||--o{ Tenureship : ""
    School ||--|{ Tenureship : ""
    Tenureship ||--|{ Mentorship : "Mentee"

    School ||--|{ School : "Trust"
    Mentorship ||--|{ InductionPeriod : ""
    AppropriateBody ||--|{ InductionPeriod : ""
    InductionProgramme ||--|{ InductionPeriod : ""
Loading