Skip to content

Commit cefffb2

Browse files
authored
Update computed-columns.md
1 parent 6f4e18d commit cefffb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/postgraphile/computed-columns.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ must obey the following rules:
2020

2121
- adhere to
2222
[common PostGraphile function restrictions](/postgraphile/function-restrictions/)
23+
- must be in the same schema as the table it applies to
2324
- name must begin with the name of the table it applies to, followed by an
2425
underscore (`_`)
2526
- first parameter must be the table type

0 commit comments

Comments
 (0)