Is it possible to subclass models and inherit the superclass's properties so in the end I have the models:
class User
- class Student : User
- class Teacher : User
With the intention of creating this: https://ryanbigg.com/2008/09/multiple-user-access-levels