'datetime', ]; public function blog() { return $this->hasMany('App\Blog', 'user_id', 'id'); } }