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 1bb7fa2 commit 6d7d806Copy full SHA for 6d7d806
src/pages/postgraphile/smart-tags.md
@@ -144,9 +144,9 @@ comment on column my_schema.my_table.my_column is
144
145
### @hasDefault
146
147
-You can indicate that a column has a default - be that implemented via a trigger,
148
-or maybe as an instead of insert rule - so the field will be nullable in create*
149
-mutations.
+You can indicate that a column has a default - be that implemented via a
+trigger, or maybe as an instead of insert rule - so the field will be nullable
+in create\* mutations.
150
151
```sql
152
comment on column my_schema.my_table.my_column is E'@hasDefault';
0 commit comments