'integer', 'expires_at' => 'datetime', ]; } /** @return BelongsTo */ public function user(): BelongsTo { return $this->belongsTo(User::class); } }