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 529ac02 commit fb11ed8Copy full SHA for fb11ed8
src/lib/sql/types.sql.ts
@@ -46,7 +46,7 @@ from
46
t.typrelid = 0
47
or (
48
select
49
- c.relkind ${props.includeTableTypes ? `in ('c', 'r')` : `= 'c'`}
+ c.relkind ${props.includeTableTypes ? `in ('c', 'r', 'v')` : `= 'c'`}
50
from
51
pg_class c
52
where
0 commit comments