Details all the fields available in the User model.
email
- Type:String
, Required:true
password
- Type:String
, Required:true
type
- Type:String
, Required:true
, Allowed values:Applicant, Recruiter, Moderator
name
- Type:String
, Required:false
address
- Type:String
, Required:false
github
- Type:String
, Required:false
linkedin
- Type:String
, Required:false
stackoverflow
- Type:String
, Required:false
id
- Type:String
, unique user IDverified
- Type:Boolean
, whether the user has verified their emailcreated_at
- Type:Date
, account creation dateupdated_at
- Type:Date
, last account update