We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546ae73 commit 7a6353fCopy full SHA for 7a6353f
docs/docs/adding-field-with-default.md
@@ -55,7 +55,7 @@ Instead of using a generated column, use a trigger.
55
Instead of:
56
57
```sql
58
-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;
59
```
60
61
Use:
0 commit comments