'datetime' ]; protected $fillable = [ 'user_id', 'token', 'expire_at' ]; public function user() { return $this->belongsTo(User::class); } }