'datetime', ]; public function applications() { return $this->hasMany('App\Application', 'applicantUserID', 'id'); } }