# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file
tokenize 'create unique index idx_email on test::users {email}'
---
> Line 1:
> [ 0] Keyword(Create)
> [ 1] Keyword(Unique)
> [ 2] Keyword(Index)
> [ 3] Identifier("idx_email")
> [ 4] Keyword(On)
> [ 5] Identifier("test")
> [ 6] Operator(DoubleColon)
> [ 7] Identifier("users")
> [ 8] Operator(OpenCurly)
> [ 9] Identifier("email")
> [ 10] Operator(CloseCurly)
>
>