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 6f4e18d commit cefffb2Copy full SHA for cefffb2
src/pages/postgraphile/computed-columns.md
@@ -20,6 +20,7 @@ must obey the following rules:
20
21
- adhere to
22
[common PostGraphile function restrictions](/postgraphile/function-restrictions/)
23
+- must be in the same schema as the table it applies to
24
- name must begin with the name of the table it applies to, followed by an
25
underscore (`_`)
26
- first parameter must be the table type
0 commit comments