Skip to content

Commit

Permalink
Fix typo in docs (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
froque authored Jan 10, 2025
1 parent 546ae73 commit 7a6353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adding-field-with-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Instead of using a generated column, use a trigger.
Instead of:

```sql
ALTER TABLE "core_recipe" ADD COLUMN "foo" integer GENERATED ALWAAYS as ("bar" + "baz") STORED;
ALTER TABLE "core_recipe" ADD COLUMN "foo" integer GENERATED ALWAYS as ("bar" + "baz") STORED;
```

Use:
Expand Down

0 comments on commit 7a6353f

Please sign in to comment.