Skip to content

Commit

Permalink
Codeblockify
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Jan 3, 2025
1 parent fcd1300 commit 1ce7639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/doc-surrealql/parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DEFINE TABLE user SCHEMAFULL

### $event

Represents the type of table event triggered on an event. This parameter will be either "CREATE", "UPDATE", or "DELETE".
Represents the type of table event triggered on an event. This parameter will be one of either `"CREATE"`, `"UPDATE"`, or `"DELETE"`.

```surql
DEFINE EVENT user_created ON TABLE user WHEN $event = "CREATE" THEN (
Expand Down

0 comments on commit 1ce7639

Please sign in to comment.