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 990559b commit fa2d03eCopy full SHA for fa2d03e
2 files changed
page-data/postgraphile/computed-columns/page-data.json
postgraphile/computed-columns/index.html
@@ -63,6 +63,7 @@
63
<ul>
64
<li>adhere to
65
<a href="/postgraphile/function-restrictions/">common PostGraphile function restrictions</a></li>
66
+<li>must be in the same schema as the table it applies to</li>
67
<li>name must begin with the name of the table it applies to, followed by an
68
underscore (<code class="language-text">_</code>)</li>
69
<li>first parameter must be the table type</li>
0 commit comments