I am creating an aplication where users can be of two types: a patient or a doctor. Each type has its own set of attributes.
Is it possible to create a User model that contains the shared attributes, and then create a Patient and Doctor models that inherit from User ?