# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file
logical 'create unique index idx_email on test::users {email}'
---
> └── CreateIndex
> ├── Type: Unique
> ├── Name: idx_email
> ├── Namespace: test
> ├── Table: users
> └── Columns: email
>