'string', 'tenant_id' => 'integer', 'redirect_uris' => 'array', 'scopes' => 'array', 'is_active' => 'bool', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; public function tenant(): BelongsTo { return $this->belongsTo(Tenant::class); } }