Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Dec 20, 2024
1 parent 26532e5 commit 90e7807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/doc-surrealql/statements/define/table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Since from '@components/shared/Since.astro'
The `DEFINE TABLE` statement allows you to declare your table by name, enabling you to apply strict controls to a table's schema by making it `SCHEMAFULL`, create a foreign table view, and set permissions specifying what operations can be performed on the table.

> [!NOTE]
> The fields of a table are not defined using `DEFINE FIELD`, but via individual [`DEFINE FIELD`](/docs/surrealql/statements/define/field) statements.
> The fields of a table are not defined using `DEFINE TABLE`, but via individual [`DEFINE FIELD`](/docs/surrealql/statements/define/field) statements.
## Requirements

Expand Down

0 comments on commit 90e7807

Please sign in to comment.