'array', 'sign_count' => 'integer', 'last_used_at' => 'datetime', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } }