# Copyright (c) reifydb.com 2026
# This file is licensed under the AGPL-3.0-or-later, see license.md file
query 'CALL rql::ast("create primary key on test::users { id, email, created_at }")'
---
> +-------+---------+----------+-------------------------------------------------------------------+
> | idx | depth | kind | detail |
> +-------+---------+----------+-------------------------------------------------------------------+
> | 0 | 0 | Create | CREATE PRIMARY KEY ON test::users @ line 1, column 1 - "create" |
> +-------+---------+----------+-------------------------------------------------------------------+
>